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

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

Issue 2390163003: [interpreter] Remove redundant flag from bytecode cctest suite. (Closed)
Patch Set: Created 4 years, 2 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
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: yes
7 wrap: yes 6 wrap: yes
8 7
9 --- 8 ---
10 snippet: " 9 snippet: "
11 var a; return function() { a = 1; }; 10 var a; return function() { a = 1; };
12 " 11 "
13 frame size: 1 12 frame size: 1
14 parameter count: 1 13 parameter count: 1
15 bytecode array length: 9 14 bytecode array length: 9
16 bytecodes: [ 15 bytecodes: [
(...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 /* 3454 S> */ B(LdaSmi), U8(100), 906 /* 3454 S> */ B(LdaSmi), U8(100),
908 /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0), 907 /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),
909 /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0), 908 /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0),
910 /* 3468 S> */ B(Return), 909 /* 3468 S> */ B(Return),
911 ] 910 ]
912 constant pool: [ 911 constant pool: [
913 ] 912 ]
914 handlers: [ 913 handlers: [
915 ] 914 ]
916 915
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698