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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/DeleteLookupSlotInEval.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 z = 10; 13 z = 10;
15 function f1() { 14 function f1() {
16 var y; 15 var y;
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 B(Star), R(0), 78 B(Star), R(0),
80 B(CallRuntime), U16(Runtime::kDeleteLookupSlot), R(0), U8(1), 79 B(CallRuntime), U16(Runtime::kDeleteLookupSlot), R(0), U8(1),
81 /* 32 S> */ B(Return), 80 /* 32 S> */ B(Return),
82 ] 81 ]
83 constant pool: [ 82 constant pool: [
84 ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"], 83 ONE_BYTE_INTERNALIZED_STRING_TYPE ["z"],
85 ] 84 ]
86 handlers: [ 85 handlers: [
87 ] 86 ]
88 87
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698