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

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

Issue 2310103002: [Interpreter] Remove constant pool type in tests (Closed)
Patch Set: Remove warning for pool type Created 4 years, 3 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 pool type: string
7 execute: yes 6 execute: yes
8 wrap: no 7 wrap: no
9 test function name: f 8 test function name: f
10 9
11 --- 10 ---
12 snippet: " 11 snippet: "
13 var a = 1; 12 var a = 1;
14 function f() { return a; } 13 function f() { return a; }
15 f() 14 f()
16 " 15 "
(...skipping 442 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 /* 1275 S> */ B(Nop), 458 /* 1275 S> */ B(Nop),
460 /* 1276 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(251), 459 /* 1276 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(251),
461 /* 1285 S> */ B(Nop), 460 /* 1285 S> */ B(Nop),
462 /* 1286 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(253), 461 /* 1286 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(253),
463 /* 1295 S> */ B(Nop), 462 /* 1295 S> */ B(Nop),
464 /* 1296 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(255), 463 /* 1296 E> */ B(LdaNamedProperty), R(arg0), U8(0), U8(255),
465 /* 1305 S> */ B(Wide), B(LdaGlobal), U16(257), 464 /* 1305 S> */ B(Wide), B(LdaGlobal), U16(257),
466 /* 1315 S> */ B(Return), 465 /* 1315 S> */ B(Return),
467 ] 466 ]
468 constant pool: [ 467 constant pool: [
469 "name", 468 ONE_BYTE_INTERNALIZED_STRING_TYPE ["name"],
470 ] 469 ]
471 handlers: [ 470 handlers: [
472 ] 471 ]
473 472
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698