1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
---
source: crates/rascal/src/tests.rs
expression: result
input_file: samples/as2/try_catch_stack.as
---
initializer:
actions:
- ConstantPool:
- bad
- oh noes!
- foo
- "caught: "
- e
- Push:
- Constant: 0
- DefineFunction:
name: ""
params: []
actions:
actions:
- Push:
- Constant: 1
- Throw
label_positions: {}
- DefineLocal
- Push:
- Constant: 2
- DefineFunction:
name: ""
params: []
actions:
actions:
- Try:
try_body:
actions:
- Push:
- Integer: 1
- Integer: 1
- Integer: 0
- Constant: 0
- CallFunction
- Add2
- Add2
- Return
- Jump: loc0000
label_positions: {}
catch_body:
- Variable: e
- actions:
- Push:
- Constant: 3
- Constant: 4
- GetVariable
- Add2
- Trace
- Push:
- Integer: 5
- Return
label_positions: {}
finally_body: ~
label_positions:
loc0000: 1
- DefineLocal
- Push:
- Integer: 0
- Constant: 2
- CallFunction
- Trace
- Push:
- Integer: 0
- Constant: 2
- CallFunction
- Push:
- Integer: 0
- Constant: 2
- CallFunction
- Add2
- Trace
label_positions: {}
extra_modules: []
compile_options:
swf_version: 15
optimizations:
fold_constants: true
promote_variables_to_registers: true
custom_pcodes: []