Chromium Code Reviews

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

Issue 1768123002: [Interpreter] Fixes a bug when popping context to correct level on break/continue. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
11 snippet: " 11 snippet: "
12 g = function(){}; eval(''); return g(); 12 g = function(){}; eval(''); return g();
13 " 13 "
14 frame size: 9 14 frame size: 9
15 parameter count: 1 15 parameter count: 1
16 bytecode array length: 85 16 bytecode array length: 87
17 bytecodes: [ 17 bytecodes: [
18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1), 18 B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
19 B(PushContext), R(0), 19 B(PushContext), R(0),
20 B(Ldar), R(this), 20 B(Ldar), R(this),
21 B(StaContextSlot), R(context), U8(4), 21 B(StaContextSlot), R(context), U8(4),
22 B(CreateMappedArguments), 22 B(CreateMappedArguments),
23 B(StaContextSlot), R(context), U8(5), 23 B(StaContextSlot), R(context), U8(5),
24 B(Ldar), R(new_target), 24 B(Ldar), R(new_target),
25 B(StaContextSlot), R(context), U8(6), 25 B(StaContextSlot), R(context), U8(6),
26 B(StackCheck), 26 B(StackCheck),
(...skipping 11 matching lines...)
38 B(Star), R(7), 38 B(Star), R(7),
39 B(LdaSmi8), U8(30), 39 B(LdaSmi8), U8(30),
40 B(Star), R(8), 40 B(Star), R(8),
41 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5), 41 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(5),
42 B(Star), R(1), 42 B(Star), R(1),
43 B(Call), R(1), R(2), U8(2), U8(0), 43 B(Call), R(1), R(2), U8(2), U8(0),
44 B(LdaConstant), U8(1), 44 B(LdaConstant), U8(1),
45 B(Star), R(3), 45 B(Star), R(3),
46 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1) , 46 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(3), U8(1), R(1) ,
47 B(Call), R(1), R(2), U8(1), U8(3), 47 B(Call), R(1), R(2), U8(1), U8(3),
48 B(PopContext), R(0),
48 B(Return), 49 B(Return),
49 ] 50 ]
50 constant pool: [ 51 constant pool: [
51 InstanceType::SHARED_FUNCTION_INFO_TYPE, 52 InstanceType::SHARED_FUNCTION_INFO_TYPE,
52 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 53 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
53 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
54 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 55 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
55 ] 56 ]
56 handlers: [ 57 handlers: [
57 ] 58 ]
58 59
OLDNEW

Powered by Google App Engine