summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/interpreter/bytecode_expectations/StaticClassFields.golden
blob: 93ba673a0ecb8a15a5db129c36598003afb0a2d2 (plain)
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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
#
# Autogenerated by generate-bytecode-expectations.
#

---
wrap: yes
public fields: yes
static fields: yes

---
snippet: "
  {
    class A {
      a;
      ['b'];
      static c;
      static ['d'];
    }
  
    class B {
      a = 1;
      ['b'] = this.a;
      static c = 3;
      static ['d'] = this.c;
    }
    new A;
    new B;
  }
"
frame size: 11
parameter count: 1
bytecode array length: 191
bytecodes: [
  /*   30 E> */ B(StackCheck),
                B(CreateBlockContext), U8(0),
                B(PushContext), R(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(5),
                B(LdaTheHole),
                B(Star), R(8),
                B(CreateClosure), U8(2), U8(0), U8(2),
                B(Star), R(5),
                B(LdaConstant), U8(1),
                B(Star), R(6),
  /*   60 S> */ B(LdaConstant), U8(3),
                B(StaCurrentContextSlot), U8(4),
                B(Star), R(9),
  /*   92 S> */ B(LdaConstant), U8(4),
                B(Star), R(10),
                B(LdaConstant), U8(5),
                B(TestEqualStrict), R(10), U8(1),
                B(Mov), R(5), R(7),
                B(JumpIfFalse), U8(7),
                B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
                B(Ldar), R(10),
                B(StaCurrentContextSlot), U8(5),
                B(CallRuntime), U16(Runtime::kDefineClass), R(6), U8(5),
                B(Star), R(6),
                B(Mov), R(5), R(3),
                B(CreateClosure), U8(6), U8(2), U8(2),
                B(Star), R(7),
                B(StaNamedProperty), R(5), U8(7), U8(3),
                B(CreateClosure), U8(8), U8(5), U8(2),
                B(Star), R(9),
                B(CallProperty0), R(9), R(3), U8(6),
                B(PopContext), R(4),
                B(Mov), R(3), R(0),
  /*   38 E> */ B(CreateBlockContext), U8(9),
                B(PushContext), R(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(5),
                B(LdaTheHole),
                B(Star), R(8),
                B(CreateClosure), U8(11), U8(8), U8(2),
                B(Star), R(5),
                B(LdaConstant), U8(10),
                B(Star), R(6),
  /*  131 S> */ B(LdaConstant), U8(3),
                B(StaCurrentContextSlot), U8(4),
                B(Star), R(9),
  /*  176 S> */ B(LdaConstant), U8(4),
                B(Star), R(10),
                B(LdaConstant), U8(5),
                B(TestEqualStrict), R(10), U8(1),
                B(Mov), R(5), R(7),
                B(JumpIfFalse), U8(7),
                B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
                B(Ldar), R(10),
                B(StaCurrentContextSlot), U8(5),
                B(CallRuntime), U16(Runtime::kDefineClass), R(6), U8(5),
                B(Star), R(6),
                B(Mov), R(5), R(2),
                B(CreateClosure), U8(12), U8(9), U8(2),
                B(Star), R(7),
                B(StaNamedProperty), R(5), U8(7), U8(10),
                B(CreateClosure), U8(13), U8(12), U8(2),
                B(Star), R(9),
                B(CallProperty0), R(9), R(2), U8(13),
                B(PopContext), R(4),
                B(Mov), R(2), R(1),
  /*  197 S> */ B(Ldar), R(0),
  /*  197 E> */ B(Construct), R(0), R(0), U8(0), U8(15),
  /*  206 S> */ B(Ldar), R(2),
  /*  206 E> */ B(Construct), R(2), R(0), U8(0), U8(17),
                B(LdaUndefined),
  /*  215 S> */ B(Return),
]
constant pool: [
  SCOPE_INFO_TYPE,
  FIXED_ARRAY_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["d"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"],
  SHARED_FUNCTION_INFO_TYPE,
  SYMBOL_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SCOPE_INFO_TYPE,
  FIXED_ARRAY_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
]
handlers: [
]

---
snippet: "
  {
    class A extends class {} {
      a;
      ['b'];
      static c;
      static ['d'];
    }
  
    class B extends class {} {
      a = 1;
      ['b'] = this.a;
      static c = 3;
      static ['d'] = this.c;
      foo() { return 1; }
      constructor() {
        super();
      }
    }
  
    class C extends B {
      a = 1;
      ['b'] = this.a;
      static c = 3;
      static ['d'] = super.foo();
      constructor() {
        (() => super())();
      }
    }
  
    new A;
    new B;
    new C;
  }
"
frame size: 15
parameter count: 1
bytecode array length: 343
bytecodes: [
  /*   30 E> */ B(StackCheck),
                B(CreateBlockContext), U8(0),
                B(PushContext), R(6),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(5),
                B(LdaTheHole),
                B(Star), R(14),
                B(CreateClosure), U8(3), U8(0), U8(2),
                B(Star), R(11),
                B(LdaConstant), U8(2),
                B(Star), R(12),
                B(Mov), R(11), R(13),
                B(CallRuntime), U16(Runtime::kDefineClass), R(12), U8(3),
                B(Star), R(12),
                B(CreateClosure), U8(4), U8(1), U8(2),
                B(Star), R(7),
                B(LdaConstant), U8(1),
                B(Star), R(8),
  /*   77 S> */ B(LdaConstant), U8(5),
                B(StaCurrentContextSlot), U8(4),
                B(Star), R(11),
  /*  109 S> */ B(LdaConstant), U8(6),
                B(Star), R(12),
                B(LdaConstant), U8(7),
                B(TestEqualStrict), R(12), U8(2),
                B(Mov), R(13), R(10),
                B(Mov), R(7), R(9),
                B(JumpIfFalse), U8(7),
                B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
                B(Ldar), R(12),
                B(StaCurrentContextSlot), U8(5),
                B(CallRuntime), U16(Runtime::kDefineClass), R(8), U8(5),
                B(Star), R(8),
                B(Mov), R(7), R(5),
                B(CreateClosure), U8(8), U8(3), U8(2),
                B(Star), R(9),
                B(StaNamedProperty), R(7), U8(9), U8(4),
                B(CreateClosure), U8(10), U8(6), U8(2),
                B(Star), R(11),
                B(CallProperty0), R(11), R(5), U8(7),
                B(PopContext), R(6),
                B(Mov), R(5), R(0),
  /*   38 E> */ B(CreateBlockContext), U8(11),
                B(PushContext), R(6),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(5),
                B(LdaTheHole),
                B(Star), R(14),
                B(CreateClosure), U8(14), U8(9), U8(2),
                B(Star), R(11),
                B(LdaConstant), U8(13),
                B(Star), R(12),
                B(Mov), R(11), R(13),
                B(CallRuntime), U16(Runtime::kDefineClass), R(12), U8(3),
                B(Star), R(12),
                B(CreateClosure), U8(15), U8(10), U8(2),
                B(Star), R(7),
                B(LdaConstant), U8(12),
                B(Star), R(8),
  /*  165 S> */ B(LdaConstant), U8(5),
                B(StaCurrentContextSlot), U8(4),
                B(Star), R(11),
  /*  210 S> */ B(LdaConstant), U8(6),
                B(Star), R(12),
                B(LdaConstant), U8(7),
                B(TestEqualStrict), R(12), U8(2),
                B(Mov), R(7), R(9),
                B(Mov), R(13), R(10),
                B(JumpIfFalse), U8(7),
                B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
                B(Ldar), R(12),
                B(StaCurrentContextSlot), U8(5),
                B(CreateClosure), U8(16), U8(11), U8(2),
                B(Star), R(13),
                B(CallRuntime), U16(Runtime::kDefineClass), R(8), U8(6),
                B(Star), R(8),
                B(Mov), R(7), R(4),
                B(CreateClosure), U8(17), U8(12), U8(2),
                B(Star), R(9),
                B(StaNamedProperty), R(7), U8(9), U8(13),
                B(CreateClosure), U8(18), U8(15), U8(2),
                B(Star), R(11),
                B(CallProperty0), R(11), R(4), U8(16),
                B(PopContext), R(6),
                B(Mov), R(4), R(1),
  /*  122 E> */ B(CreateBlockContext), U8(19),
                B(PushContext), R(6),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(4),
                B(LdaTheHole),
                B(StaCurrentContextSlot), U8(5),
  /*  313 E> */ B(CreateClosure), U8(21), U8(18), U8(2),
                B(Star), R(7),
                B(LdaConstant), U8(20),
                B(Star), R(8),
  /*  333 S> */ B(LdaConstant), U8(5),
                B(StaCurrentContextSlot), U8(4),
                B(Star), R(11),
  /*  378 S> */ B(LdaConstant), U8(6),
                B(Star), R(12),
                B(LdaConstant), U8(7),
                B(TestEqualStrict), R(12), U8(2),
                B(Mov), R(4), R(10),
                B(Mov), R(7), R(9),
                B(JumpIfFalse), U8(7),
                B(CallRuntime), U16(Runtime::kThrowStaticPrototypeError), R(0), U8(0),
                B(Ldar), R(12),
                B(StaCurrentContextSlot), U8(5),
                B(CallRuntime), U16(Runtime::kDefineClass), R(8), U8(5),
                B(Star), R(8),
                B(Mov), R(7), R(3),
                B(CreateClosure), U8(22), U8(19), U8(2),
                B(Star), R(9),
                B(StaNamedProperty), R(7), U8(9), U8(20),
                B(CreateClosure), U8(23), U8(22), U8(2),
                B(Star), R(11),
                B(Ldar), R(3),
                B(StaNamedProperty), R(11), U8(24), U8(23),
                B(CallProperty0), R(11), R(3), U8(25),
                B(PopContext), R(6),
                B(Mov), R(3), R(2),
  /*  456 S> */ B(Ldar), R(0),
  /*  456 E> */ B(Construct), R(0), R(0), U8(0), U8(27),
  /*  465 S> */ B(Ldar), R(1),
  /*  465 E> */ B(Construct), R(1), R(0), U8(0), U8(29),
  /*  474 S> */ B(Ldar), R(3),
  /*  474 E> */ B(Construct), R(3), R(0), U8(0), U8(31),
                B(LdaUndefined),
  /*  483 S> */ B(Return),
]
constant pool: [
  SCOPE_INFO_TYPE,
  FIXED_ARRAY_TYPE,
  FIXED_ARRAY_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["b"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["d"],
  ONE_BYTE_INTERNALIZED_STRING_TYPE ["prototype"],
  SHARED_FUNCTION_INFO_TYPE,
  SYMBOL_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SCOPE_INFO_TYPE,
  FIXED_ARRAY_TYPE,
  FIXED_ARRAY_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SCOPE_INFO_TYPE,
  FIXED_ARRAY_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SHARED_FUNCTION_INFO_TYPE,
  SYMBOL_TYPE,
]
handlers: [
]