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

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

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Reflow REPEAT_249 macro. Created 4 years, 10 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
OLDNEW
(Empty)
1 #
2 # Autogenerated by generate-bytecode-expectations.
3 #
4
5 ---
6 pool type: mixed
7 execute: yes
8 wrap: yes
9
10 ---
11 snippet: "
12 return new.target;
13 "
14 frame size: 2
15 parameter count: 1
16 bytecode array length: 19
17 bytecodes: [
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 ]
28 constant pool: [
29 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
30 ]
31 handlers: [
32 ]
33
34 ---
35 snippet: "
36 new.target;
37 "
38 frame size: 2
39 parameter count: 1
40 bytecode array length: 20
41 bytecodes: [
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 ]
53 constant pool: [
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
55 ]
56 handlers: [
57 ]
58
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698