blob: 08d2a13d640070e69689e7083c1621e584e9ad71 [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: [
Ben Murdochc5610432016-08-08 18:44:38 +010018 B(Ldar), R(new_target),
19 B(Star), R(0),
20 /* 30 E> */ B(StackCheck),
21 /* 34 S> */ 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 /* 53 S> */ B(Return),
Ben Murdochda12d292016-06-02 14:46:10 +010027]
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: [
Ben Murdochc5610432016-08-08 18:44:38 +010042 B(Ldar), R(new_target),
43 B(Star), R(0),
44 /* 30 E> */ B(StackCheck),
45 /* 34 S> */ 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 /* 46 S> */ B(Return),
Ben Murdochda12d292016-06-02 14:46:10 +010052]
53constant pool: [
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
55]
56handlers: [
57]
58