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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
---
source: crates/rascal/src/tests.rs
expression: result
input_file: samples/as2/registers.as
---
initializer:
actions:
- ConstantPool:
- this
- arguments
- super
- _root
- _parent
- _global
- a
- ""
- c
- DefineFunction2:
name: ""
params:
- name: a
register: 7
- name: b
register: 0
actions:
actions:
- Push:
- Register: 1
- Trace
- Push:
- Register: 2
- Trace
- Push:
- Register: 3
- Trace
- Push:
- Register: 4
- Trace
- Push:
- Register: 5
- Trace
- Push:
- Register: 6
- Trace
- Push:
- Register: 7
- Trace
label_positions: {}
register_count: 8
preload_this: true
suppress_this: false
preload_arguments: true
suppress_arguments: false
preload_super: true
suppress_super: false
preload_root: true
preload_parent: true
preload_global: true
- Pop
- DefineFunction:
name: ""
params:
- a
- b
actions:
actions:
- Push:
- Constant: 0
- GetVariable
- Trace
- Push:
- Constant: 1
- GetVariable
- Trace
- Push:
- Constant: 2
- GetVariable
- Trace
- Push:
- Constant: 3
- GetVariable
- Trace
- Push:
- Constant: 4
- GetVariable
- Trace
- Push:
- Constant: 5
- GetVariable
- Trace
- Push:
- Constant: 6
- GetVariable
- Trace
- Push:
- Constant: 7
- GetVariable
- Pop
label_positions: {}
- Pop
- DefineFunction2:
name: ""
params:
- name: a
register: 0
- name: b
register: 0
actions:
actions: []
label_positions: {}
register_count: 2
preload_this: false
suppress_this: true
preload_arguments: false
suppress_arguments: true
preload_super: false
suppress_super: true
preload_root: false
preload_parent: false
preload_global: false
- Pop
- DefineFunction:
name: ""
params:
- a
- b
actions:
actions:
- Push:
- Constant: 8
- Integer: 2
- DefineLocal
- Push:
- Constant: 7
- GetVariable
- Pop
label_positions: {}
- Pop
label_positions: {}
extra_modules: []
compile_options:
swf_version: 15
optimizations:
fold_constants: true
promote_variables_to_registers: true
custom_pcodes: []