Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/NewTarget.golden

Issue 2201193004: Use Variable::binding_needs_init() to determine hole initialization (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove one more comment Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
11 snippet: " 11 snippet: "
12 return new.target; 12 return new.target;
13 " 13 "
14 frame size: 2 14 frame size: 1
15 parameter count: 1 15 parameter count: 1
16 bytecode array length: 18 16 bytecode array length: 7
17 bytecodes: [ 17 bytecodes: [
18 B(Mov), R(new_target), R(0), 18 B(Mov), R(new_target), R(0),
19 /* 30 E> */ B(StackCheck), 19 /* 30 E> */ B(StackCheck),
20 /* 34 S> */ B(Ldar), R(new_target), 20 /* 34 S> */ B(Ldar), R(0),
21 B(JumpIfNotHole), U8(11),
22 B(LdaConstant), U8(0),
23 B(Star), R(1),
24 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
25 /* 53 S> */ B(Return), 21 /* 53 S> */ B(Return),
26 ] 22 ]
27 constant pool: [ 23 constant pool: [
28 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
29 ] 24 ]
30 handlers: [ 25 handlers: [
31 ] 26 ]
32 27
33 --- 28 ---
34 snippet: " 29 snippet: "
35 new.target; 30 new.target;
36 " 31 "
37 frame size: 2 32 frame size: 1
38 parameter count: 1 33 parameter count: 1
39 bytecode array length: 19 34 bytecode array length: 6
40 bytecodes: [ 35 bytecodes: [
41 B(Mov), R(new_target), R(0), 36 B(Mov), R(new_target), R(0),
42 /* 30 E> */ B(StackCheck), 37 /* 30 E> */ B(StackCheck),
43 /* 34 S> */ B(Ldar), R(new_target), 38 /* 34 S> */ B(LdaUndefined),
44 B(JumpIfNotHole), U8(11),
45 B(LdaConstant), U8(0),
46 B(Star), R(1),
47 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1),
48 B(LdaUndefined),
49 /* 46 S> */ B(Return), 39 /* 46 S> */ B(Return),
50 ] 40 ]
51 constant pool: [ 41 constant pool: [
52 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
53 ] 42 ]
54 handlers: [ 43 handlers: [
55 ] 44 ]
56 45
OLDNEW
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698