blob: da2d35e56babfb141b8996c5855aa4541ffbe298 [file] [log] [blame]
Ben Murdochda12d292016-06-02 14:46:10 +01001#
2# Autogenerated by generate-bytecode-expectations.
3#
4
5---
6pool type: mixed
7execute: yes
8wrap: yes
9
10---
11snippet: "
12 return new.target;
13"
14frame size: 2
15parameter count: 1
16bytecode array length: 19
17bytecodes: [
18 B(Ldar), R(new_target),
19 B(Star), R(0),
20 B(StackCheck),
21 B(Ldar), R(0),
22 B(JumpIfNotHole), U8(11),
23 B(LdaConstant), U8(0),
24 B(Star), R(1),
25 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
26 B(Return),
27]
28constant pool: [
29 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
30]
31handlers: [
32]
33
34---
35snippet: "
36 new.target;
37"
38frame size: 2
39parameter count: 1
40bytecode array length: 20
41bytecodes: [
42 B(Ldar), R(new_target),
43 B(Star), R(0),
44 B(StackCheck),
45 B(Ldar), R(0),
46 B(JumpIfNotHole), U8(11),
47 B(LdaConstant), U8(0),
48 B(Star), R(1),
49 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
50 B(LdaUndefined),
51 B(Return),
52]
53constant pool: [
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
55]
56handlers: [
57]
58