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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.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: no 6 wrap: no
8 test function name: f 7 test function name: f
9 8
10 --- 9 ---
11 snippet: " 10 snippet: "
12 var f; 11 var f;
13 var x = 1; 12 var x = 1;
14 function f1() { 13 function f1() {
15 eval(\"function t() { return x; }; f = t; f();\"); 14 eval(\"function t() { return x; }; f = t; f();\");
16 } 15 }
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 /* 15 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(0), U8(2), U8(1), 96 /* 15 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(0), U8(2), U8(1),
98 B(TypeOf), 97 B(TypeOf),
99 /* 32 S> */ B(Return), 98 /* 32 S> */ B(Return),
100 ] 99 ]
101 constant pool: [ 100 constant pool: [
102 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 101 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
103 ] 102 ]
104 handlers: [ 103 handlers: [
105 ] 104 ]
106 105
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698