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

Side by Side Diff: test/cctest/interpreter/IllegalRedeclaration.golden

Issue 1717293002: [Interpreter] Refactor bytecode generator test suite. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: std::vector instead of initializer_list, golden path as constant. 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 legacy const: yes
10
11 ---
12 snippet: "
13 const a = 1; { var a = 2; }
14 "
15 frame size: 3 # in multiples of sizeof(void*)
16 parameter count: 1
17 bytecodes: [
18 B(LdaConstant), U8(0),
19 B(Star), R(1),
20 B(LdaConstant), U8(1),
21 B(Star), R(2),
22 B(CallRuntime), U16(260), R(1), U8(2),
23 B(Throw),
24 ]
25 constant pool: [
26 kInstanceTypeDontCare,
27 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
28 ]
29 handlers: [
30 ]
31
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698