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

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

Issue 2445333002: Ensure slow properties for simple {__proto__:null} literals. (Closed)
Patch Set: addressing nits Created 3 years, 9 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 wrap: no 6 wrap: no
7 test function name: f 7 test function name: f
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 /* 11 E> */ B(Throw), 342 /* 11 E> */ B(Throw),
343 B(Ldar), R(closure), 343 B(Ldar), R(closure),
344 B(CreateBlockContext), U8(0), 344 B(CreateBlockContext), U8(0),
345 B(PushContext), R(1), 345 B(PushContext), R(1),
346 B(LdaTheHole), 346 B(LdaTheHole),
347 B(StaCurrentContextSlot), U8(4), 347 B(StaCurrentContextSlot), U8(4),
348 B(LdaZero), 348 B(LdaZero),
349 B(StaContextSlot), R(1), U8(9), U8(0), 349 B(StaContextSlot), R(1), U8(9), U8(0),
350 B(Mov), R(context), R(10), 350 B(Mov), R(context), R(10),
351 B(Mov), R(context), R(11), 351 B(Mov), R(context), R(11),
352 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(2), U8(9), 352 /* 30 S> */ B(CreateArrayLiteral), U8(1), U8(2), U8(33),
353 B(Star), R(12), 353 B(Star), R(12),
354 B(LdaNamedProperty), R(12), U8(2), U8(3), 354 B(LdaNamedProperty), R(12), U8(2), U8(3),
355 B(Star), R(13), 355 B(Star), R(13),
356 B(CallProperty), R(13), R(12), U8(1), U8(5), 356 B(CallProperty), R(13), R(12), U8(1), U8(5),
357 B(JumpIfJSReceiver), U8(7), 357 B(JumpIfJSReceiver), U8(7),
358 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0), 358 B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
359 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0), 359 /* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
360 B(LdaSmi), I8(-2), 360 B(LdaSmi), I8(-2),
361 B(TestEqual), R(3), U8(0), 361 B(TestEqual), R(3), U8(0),
362 B(JumpIfTrue), U8(18), 362 B(JumpIfTrue), U8(18),
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 FIXED_ARRAY_TYPE, 623 FIXED_ARRAY_TYPE,
624 Smi [579], 624 Smi [579],
625 ] 625 ]
626 handlers: [ 626 handlers: [
627 [53, 694, 700], 627 [53, 694, 700],
628 [149, 445, 451], 628 [149, 445, 451],
629 [152, 401, 403], 629 [152, 401, 403],
630 [547, 563, 565], 630 [547, 563, 565],
631 ] 631 ]
632 632
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698