| (module | |
| (type $v (func)) | |
| (event $e (attr 0) (param i32)) | |
| (func $test (; 0 ;) (type $v) | |
| (local $0 exnref) | |
| (try | |
| (throw $e | |
| (i32.const 0) | |
| ) | |
| (catch | |
| (local.set $0 | |
| (exnref.pop) | |
| ) | |
| (drop | |
| (block $l (result i32) | |
| (rethrow | |
| (br_on_exn $l $e | |
| (local.get $0) | |
| ) | |
| ) | |
| ) | |
| ) | |
| ) | |
| ) | |
| ) | |
| ) | |
| getExpressionInfo(throw) = {"id":41,"type":1,"event":"e"} | |
| getExpressionInfo(br_on_exn) = {"id":43,"type":8,"name":"l","event":"e"} | |
| getExpressionInfo(rethrow) = {"id":42,"type":1} | |
| getExpressionInfo(try) = {"id":40,"type":0} |