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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/LookupSlotWideInEval.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() {\" + 14 eval(\"function t() {\" +
16 \"var y = 2.3;\" + 15 \"var y = 2.3;\" +
(...skipping 4193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4210 HEAP_NUMBER_TYPE [2.3], 4209 HEAP_NUMBER_TYPE [2.3],
4211 HEAP_NUMBER_TYPE [2.3], 4210 HEAP_NUMBER_TYPE [2.3],
4212 HEAP_NUMBER_TYPE [2.3], 4211 HEAP_NUMBER_TYPE [2.3],
4213 HEAP_NUMBER_TYPE [2.3], 4212 HEAP_NUMBER_TYPE [2.3],
4214 HEAP_NUMBER_TYPE [2.3], 4213 HEAP_NUMBER_TYPE [2.3],
4215 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"], 4214 ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
4216 ] 4215 ]
4217 handlers: [ 4216 handlers: [
4218 ] 4217 ]
4219 4218
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698