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

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

Issue 2487483004: Only treat possible eval calls going through 'with' as special. (Closed)
Patch Set: Rebase Created 4 years, 1 month 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: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 return eval('1;'); 10 return eval('1;');
11 " 11 "
12 frame size: 10 12 frame size: 10
13 parameter count: 1 13 parameter count: 1
14 bytecode array length: 63 14 bytecode array length: 62
15 bytecodes: [ 15 bytecodes: [
16 B(CreateFunctionContext), U8(3), 16 B(CreateFunctionContext), U8(3),
17 B(PushContext), R(0), 17 B(PushContext), R(0),
18 B(Ldar), R(this), 18 B(Ldar), R(this),
19 B(StaCurrentContextSlot), U8(4), 19 B(StaCurrentContextSlot), U8(4),
20 B(CreateMappedArguments), 20 B(CreateMappedArguments),
21 B(StaCurrentContextSlot), U8(6), 21 B(StaCurrentContextSlot), U8(6),
22 B(Ldar), R(new_target), 22 B(Ldar), R(new_target),
23 B(StaCurrentContextSlot), U8(5), 23 B(StaCurrentContextSlot), U8(5),
24 /* 30 E> */ B(StackCheck), 24 /* 30 E> */ B(StackCheck),
25 /* 34 S> */ B(LdaConstant), U8(0), 25 /* 34 S> */ B(LdaUndefined),
26 B(Star), R(4), 26 B(Star), R(2),
27 B(CallRuntimeForPair), U16(Runtime::kLoadLookupSlotForCall), R(4 ), U8(1), R(1), 27 /* 41 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1),
28 B(Star), R(1),
28 B(LdaConstant), U8(1), 29 B(LdaConstant), U8(1),
29 B(Star), R(3), 30 B(Star), R(3),
30 B(LdaZero), 31 B(LdaZero),
31 B(Star), R(7), 32 B(Star), R(7),
32 B(LdaSmi), U8(30), 33 B(LdaSmi), U8(30),
33 B(Star), R(8), 34 B(Star), R(8),
34 B(LdaSmi), U8(41), 35 B(LdaSmi), U8(41),
35 B(Star), R(9), 36 B(Star), R(9),
36 B(Mov), R(1), R(4), 37 B(Mov), R(1), R(4),
37 B(Mov), R(3), R(5), 38 B(Mov), R(3), R(5),
38 B(Mov), R(closure), R(6), 39 B(Mov), R(closure), R(6),
39 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 40 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
40 B(Star), R(1), 41 B(Star), R(1),
41 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(2), 42 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(2),
42 /* 53 S> */ B(Return), 43 /* 53 S> */ B(Return),
43 ] 44 ]
44 constant pool: [ 45 constant pool: [
45 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"], 47 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"],
47 ] 48 ]
48 handlers: [ 49 handlers: [
49 ] 50 ]
50 51
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698