2016-02-25 12:07:07 +00:00
|
|
|
#
|
|
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
wrap: yes
|
2016-09-16 13:26:44 +00:00
|
|
|
test function name: f
|
2016-02-25 12:07:07 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
eval('var x = 10;'); return x;
|
|
|
|
"
|
2016-04-18 13:20:45 +00:00
|
|
|
frame size: 10
|
2016-02-25 12:07:07 +00:00
|
|
|
parameter count: 1
|
2016-11-14 13:34:26 +00:00
|
|
|
bytecode array length: 66
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-08-03 14:41:47 +00:00
|
|
|
B(CreateFunctionContext), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PushContext), R(0),
|
|
|
|
B(Ldar), R(this),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CreateMappedArguments),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
2016-09-07 06:54:36 +00:00
|
|
|
B(Ldar), R(new_target),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(5),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 10 E> */ B(StackCheck),
|
2016-11-14 13:34:26 +00:00
|
|
|
/* 14 S> */ B(LdaUndefined),
|
|
|
|
B(Star), R(2),
|
|
|
|
/* 14 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1),
|
|
|
|
B(Star), R(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaConstant), U8(1),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(7),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(10),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(8),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(14),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(9),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(1), R(4),
|
|
|
|
B(Mov), R(3), R(5),
|
|
|
|
B(Mov), R(closure), R(6),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
|
|
|
B(Star), R(1),
|
2016-10-18 12:01:05 +00:00
|
|
|
/* 14 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
|
|
|
/* 35 S> */ B(LdaLookupGlobalSlot), U8(2), U8(6), U8(1),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 45 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
2016-09-06 16:10:19 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
eval('var x = 10;'); return typeof x;
|
|
|
|
"
|
2016-04-18 13:20:45 +00:00
|
|
|
frame size: 10
|
2016-02-25 12:07:07 +00:00
|
|
|
parameter count: 1
|
2016-11-14 13:34:26 +00:00
|
|
|
bytecode array length: 67
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-08-03 14:41:47 +00:00
|
|
|
B(CreateFunctionContext), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PushContext), R(0),
|
|
|
|
B(Ldar), R(this),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CreateMappedArguments),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
2016-09-07 06:54:36 +00:00
|
|
|
B(Ldar), R(new_target),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(5),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 10 E> */ B(StackCheck),
|
2016-11-14 13:34:26 +00:00
|
|
|
/* 14 S> */ B(LdaUndefined),
|
|
|
|
B(Star), R(2),
|
|
|
|
/* 14 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1),
|
|
|
|
B(Star), R(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaConstant), U8(1),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(7),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(10),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(8),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(14),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(9),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(1), R(4),
|
|
|
|
B(Mov), R(3), R(5),
|
|
|
|
B(Mov), R(closure), R(6),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
|
|
|
B(Star), R(1),
|
2016-10-18 12:01:05 +00:00
|
|
|
/* 14 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
|
|
|
/* 35 S> */ B(LdaLookupGlobalSlotInsideTypeof), U8(2), U8(6), U8(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(TypeOf),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 52 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
2016-09-06 16:10:19 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10;"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
x = 20; return eval('');
|
|
|
|
"
|
2016-04-18 13:20:45 +00:00
|
|
|
frame size: 10
|
2016-02-25 12:07:07 +00:00
|
|
|
parameter count: 1
|
2016-11-14 13:34:26 +00:00
|
|
|
bytecode array length: 66
|
2016-02-25 12:07:07 +00:00
|
|
|
bytecodes: [
|
2016-08-03 14:41:47 +00:00
|
|
|
B(CreateFunctionContext), U8(3),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(PushContext), R(0),
|
|
|
|
B(Ldar), R(this),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CreateMappedArguments),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
2016-09-07 06:54:36 +00:00
|
|
|
B(Ldar), R(new_target),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(5),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 10 E> */ B(StackCheck),
|
|
|
|
/* 14 S> */ B(LdaSmi), U8(20),
|
|
|
|
/* 16 E> */ B(StaLookupSlotSloppy), U8(0),
|
2016-11-14 13:34:26 +00:00
|
|
|
/* 22 S> */ B(LdaUndefined),
|
|
|
|
B(Star), R(2),
|
|
|
|
/* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(4), U8(1),
|
|
|
|
B(Star), R(1),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(LdaConstant), U8(2),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(7),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(10),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(8),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaSmi), U8(29),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(Star), R(9),
|
2016-05-27 15:57:35 +00:00
|
|
|
B(Mov), R(1), R(4),
|
|
|
|
B(Mov), R(3), R(5),
|
|
|
|
B(Mov), R(closure), R(6),
|
2016-05-11 12:21:56 +00:00
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
|
|
|
B(Star), R(1),
|
2016-10-18 12:01:05 +00:00
|
|
|
/* 29 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 39 S> */ B(Return),
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
constant pool: [
|
2016-09-06 16:10:19 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2016-02-25 12:07:07 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
2016-09-16 13:26:44 +00:00
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
var x = 20;
|
|
|
|
f = function(){
|
|
|
|
eval('var x = 10');
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
f();
|
|
|
|
"
|
|
|
|
frame size: 10
|
|
|
|
parameter count: 1
|
2016-11-14 13:34:26 +00:00
|
|
|
bytecode array length: 66
|
2016-09-16 13:26:44 +00:00
|
|
|
bytecodes: [
|
|
|
|
B(CreateFunctionContext), U8(3),
|
|
|
|
B(PushContext), R(0),
|
|
|
|
B(Ldar), R(this),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(CreateMappedArguments),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(Ldar), R(new_target),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(5),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 38 E> */ B(StackCheck),
|
2016-11-14 13:34:26 +00:00
|
|
|
/* 44 S> */ B(LdaUndefined),
|
|
|
|
B(Star), R(2),
|
|
|
|
/* 44 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1),
|
|
|
|
B(Star), R(1),
|
2016-09-16 13:26:44 +00:00
|
|
|
B(LdaConstant), U8(1),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(7),
|
|
|
|
B(LdaSmi), U8(38),
|
|
|
|
B(Star), R(8),
|
|
|
|
B(LdaSmi), U8(44),
|
|
|
|
B(Star), R(9),
|
|
|
|
B(Mov), R(1), R(4),
|
|
|
|
B(Mov), R(3), R(5),
|
|
|
|
B(Mov), R(closure), R(6),
|
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
|
|
|
B(Star), R(1),
|
2016-10-18 12:01:05 +00:00
|
|
|
/* 44 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
2016-09-16 13:26:44 +00:00
|
|
|
/* 66 S> */ B(LdaLookupContextSlot), U8(2), U8(6), U8(1),
|
|
|
|
/* 76 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|
2016-09-20 10:31:24 +00:00
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
x = 20;
|
|
|
|
f = function(){
|
|
|
|
eval('var x = 10');
|
|
|
|
return x;
|
|
|
|
}
|
|
|
|
f();
|
|
|
|
"
|
|
|
|
frame size: 10
|
|
|
|
parameter count: 1
|
2016-11-14 13:34:26 +00:00
|
|
|
bytecode array length: 66
|
2016-09-20 10:31:24 +00:00
|
|
|
bytecodes: [
|
|
|
|
B(CreateFunctionContext), U8(3),
|
|
|
|
B(PushContext), R(0),
|
|
|
|
B(Ldar), R(this),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2016-09-20 10:31:24 +00:00
|
|
|
B(CreateMappedArguments),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
2016-09-20 10:31:24 +00:00
|
|
|
B(Ldar), R(new_target),
|
2016-10-28 10:10:32 +00:00
|
|
|
B(StaCurrentContextSlot), U8(5),
|
2016-09-20 10:31:24 +00:00
|
|
|
/* 34 E> */ B(StackCheck),
|
2016-11-14 13:34:26 +00:00
|
|
|
/* 40 S> */ B(LdaUndefined),
|
|
|
|
B(Star), R(2),
|
|
|
|
/* 40 E> */ B(LdaLookupGlobalSlot), U8(0), U8(4), U8(1),
|
|
|
|
B(Star), R(1),
|
2016-09-20 10:31:24 +00:00
|
|
|
B(LdaConstant), U8(1),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(7),
|
|
|
|
B(LdaSmi), U8(34),
|
|
|
|
B(Star), R(8),
|
|
|
|
B(LdaSmi), U8(40),
|
|
|
|
B(Star), R(9),
|
|
|
|
B(Mov), R(1), R(4),
|
|
|
|
B(Mov), R(3), R(5),
|
|
|
|
B(Mov), R(closure), R(6),
|
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
|
|
|
|
B(Star), R(1),
|
2016-10-18 12:01:05 +00:00
|
|
|
/* 40 E> */ B(Call), R(1), R(2), U8(2), U8(2),
|
|
|
|
/* 62 S> */ B(LdaLookupGlobalSlot), U8(2), U8(6), U8(1),
|
2016-09-20 10:31:24 +00:00
|
|
|
/* 72 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["var x = 10"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
|
|
|
]
|
|
|
|
handlers: [
|
|
|
|
]
|
|
|
|
|