summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden')
-rw-r--r--deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden477
1 files changed, 216 insertions, 261 deletions
diff --git a/deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden b/deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
index 1ea568ac21..31cf55dad5 100644
--- a/deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
+++ b/deps/v8/test/cctest/interpreter/bytecode_expectations/ForOfLoop.golden
@@ -90,7 +90,7 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
B(Star), R(14),
B(LdaConstant), U8(7),
B(Star), R(15),
@@ -129,7 +129,7 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
]
@@ -261,7 +261,7 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
B(Star), R(14),
B(LdaConstant), U8(11),
B(Star), R(15),
@@ -296,16 +296,16 @@ bytecodes: [
/* 54 S> */ B(Return),
]
constant pool: [
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
SYMBOL_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["1"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
]
@@ -408,7 +408,7 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
B(Star), R(12),
B(LdaConstant), U8(9),
B(Star), R(13),
@@ -446,10 +446,10 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
SHARED_FUNCTION_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
]
@@ -503,7 +503,7 @@ bytecodes: [
B(JumpIfUndefined), U8(6),
B(Ldar), R(6),
B(JumpIfNotNull), U8(16),
- B(LdaSmi), I8(74),
+ B(LdaSmi), I8(76),
B(Star), R(18),
B(LdaConstant), U8(4),
B(Star), R(19),
@@ -559,7 +559,7 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
B(Star), R(17),
B(LdaConstant), U8(9),
B(Star), R(18),
@@ -600,7 +600,7 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["y"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
]
@@ -617,48 +617,38 @@ snippet: "
}
f([1, 2, 3]);
"
-frame size: 20
+frame size: 19
parameter count: 2
-bytecode array length: 320
+bytecode array length: 298
bytecodes: [
- B(Ldar), R(3),
- B(JumpIfUndefined), U8(18),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(3), U8(1),
- B(PushContext), R(13),
- B(RestoreGeneratorState), R(3),
- B(Star), R(12),
- B(SwitchOnSmiNoFeedback), U8(0), U8(1), I8(0),
- B(Abort), U8(15),
- B(LdaSmi), I8(-2),
- B(Star), R(12),
+ B(SwitchOnGeneratorState), R(3), U8(0), U8(1),
B(CreateFunctionContext), U8(1),
- B(PushContext), R(13),
+ B(PushContext), R(12),
B(Ldar), R(arg0),
B(StaCurrentContextSlot), U8(4),
- B(Mov), R(closure), R(14),
- B(Mov), R(this), R(15),
- B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(14), U8(2),
+ B(Mov), R(closure), R(13),
+ B(Mov), R(this), R(14),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(13), U8(2),
B(Star), R(3),
/* 11 E> */ B(StackCheck),
- /* 11 E> */ B(SuspendGenerator), R(3), R(0), U8(14), U8(0),
- /* 55 S> */ B(Return),
- B(ResumeGenerator), R(3), R(12), R(0), U8(14),
- B(Star), R(14),
+ /* 11 E> */ B(SuspendGenerator), R(3), R(0), U8(13), U8(0),
+ B(ResumeGenerator), R(3), R(0), U8(13),
+ B(Star), R(13),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(3), U8(1),
B(SwitchOnSmiNoFeedback), U8(1), U8(2), I8(0),
- B(Ldar), R(14),
+ B(Ldar), R(13),
/* 11 E> */ B(Throw),
- B(Ldar), R(14),
+ B(Ldar), R(13),
/* 55 S> */ B(Return),
B(LdaZero),
B(Star), R(8),
+ B(Mov), R(context), R(15),
B(Mov), R(context), R(16),
- B(Mov), R(context), R(17),
/* 35 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(17),
+ B(LdaNamedProperty), R(17), U8(3), U8(0),
B(Star), R(18),
- B(LdaNamedProperty), R(18), U8(3), U8(0),
- B(Star), R(19),
- B(CallProperty0), R(19), R(18), U8(2),
+ B(CallProperty0), R(18), R(17), U8(2),
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(5),
@@ -684,30 +674,30 @@ bytecodes: [
B(Star), R(8),
B(JumpLoop), U8(47), I8(0),
B(Jump), U8(36),
- B(Star), R(18),
- B(Ldar), R(closure),
- /* 50 E> */ B(CreateCatchContext), R(18), U8(7), U8(8),
- B(PushContext), R(18),
B(Star), R(17),
+ B(Ldar), R(closure),
+ /* 50 E> */ B(CreateCatchContext), R(17), U8(7), U8(8),
+ B(PushContext), R(17),
+ B(Star), R(16),
B(LdaSmi), I8(2),
B(TestEqualStrict), R(8), U8(12),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(8),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(19),
- B(CallRuntime), U16(Runtime::kReThrow), R(19), U8(1),
- B(PopContext), R(18),
+ B(Star), R(18),
+ B(CallRuntime), U16(Runtime::kReThrow), R(18), U8(1),
+ B(PopContext), R(17),
B(LdaSmi), I8(-1),
- B(Star), R(15),
B(Star), R(14),
+ B(Star), R(13),
B(Jump), U8(7),
- B(Star), R(15),
- B(LdaZero),
B(Star), R(14),
+ B(LdaZero),
+ B(Star), R(13),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(16),
+ B(Star), R(15),
B(LdaZero),
B(TestEqualStrict), R(8), U8(13),
B(JumpIfTrue), U8(90),
@@ -723,41 +713,41 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
- B(Star), R(17),
+ B(Wide), B(LdaSmi), I16(146),
+ B(Star), R(16),
B(LdaConstant), U8(10),
- B(Star), R(18),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(17), U8(2),
+ B(Star), R(17),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(16), U8(2),
B(Throw),
- B(Mov), R(context), R(17),
- B(Mov), R(10), R(18),
- B(Mov), R(5), R(19),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(18), U8(2),
+ B(Mov), R(context), R(16),
+ B(Mov), R(10), R(17),
+ B(Mov), R(5), R(18),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(17), U8(2),
B(Jump), U8(6),
B(LdaTheHole),
B(SetPendingMessage),
- B(Ldar), R(17),
+ B(Ldar), R(16),
B(Jump), U8(27),
- B(Mov), R(10), R(17),
- B(Mov), R(5), R(18),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(17), U8(2),
+ B(Mov), R(10), R(16),
+ B(Mov), R(5), R(17),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
B(Star), R(11),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(11), U8(1),
B(JumpIfToBooleanFalse), U8(4),
B(Jump), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(11), U8(1),
- B(Ldar), R(16),
+ B(Ldar), R(15),
B(SetPendingMessage),
B(LdaZero),
- B(TestEqualStrictNoFeedback), R(14),
+ B(TestEqualStrictNoFeedback), R(13),
B(JumpIfFalse), U8(5),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(ReThrow),
B(LdaUndefined),
/* 55 S> */ B(Return),
]
constant pool: [
- Smi [37],
+ Smi [30],
Smi [10],
Smi [7],
SYMBOL_TYPE,
@@ -765,14 +755,14 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
]
handlers: [
- [78, 196, 204],
- [81, 160, 162],
- [264, 274, 276],
+ [56, 174, 182],
+ [59, 138, 140],
+ [242, 252, 254],
]
---
@@ -782,68 +772,52 @@ snippet: "
}
f([1, 2, 3]);
"
-frame size: 19
+frame size: 18
parameter count: 2
-bytecode array length: 380
+bytecode array length: 342
bytecodes: [
- B(Ldar), R(2),
- B(JumpIfUndefined), U8(18),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(2), U8(1),
- B(PushContext), R(12),
- B(RestoreGeneratorState), R(2),
- B(Star), R(11),
- B(SwitchOnSmiNoFeedback), U8(0), U8(2), I8(0),
- B(Abort), U8(15),
- B(LdaSmi), I8(-2),
- B(Star), R(11),
+ B(SwitchOnGeneratorState), R(2), U8(0), U8(2),
B(CreateFunctionContext), U8(1),
- B(PushContext), R(12),
+ B(PushContext), R(11),
B(Ldar), R(arg0),
B(StaCurrentContextSlot), U8(4),
- B(Mov), R(closure), R(13),
- B(Mov), R(this), R(14),
- B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(13), U8(2),
+ B(Mov), R(closure), R(12),
+ B(Mov), R(this), R(13),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(12), U8(2),
B(Star), R(2),
/* 11 E> */ B(StackCheck),
- /* 11 E> */ B(SuspendGenerator), R(2), R(0), U8(13), U8(0),
- /* 49 S> */ B(Return),
- B(ResumeGenerator), R(2), R(11), R(0), U8(13),
- B(Star), R(13),
+ /* 11 E> */ B(SuspendGenerator), R(2), R(0), U8(12), U8(0),
+ B(ResumeGenerator), R(2), R(0), U8(12),
+ B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
B(SwitchOnSmiNoFeedback), U8(2), U8(2), I8(0),
- B(Ldar), R(13),
+ B(Ldar), R(12),
/* 11 E> */ B(Throw),
- B(Ldar), R(13),
+ B(Ldar), R(12),
/* 49 S> */ B(Return),
B(LdaZero),
B(Star), R(7),
+ B(Mov), R(context), R(14),
B(Mov), R(context), R(15),
- B(Mov), R(context), R(16),
/* 35 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(16),
+ B(LdaNamedProperty), R(16), U8(4), U8(0),
B(Star), R(17),
- B(LdaNamedProperty), R(17), U8(4), U8(0),
- B(Star), R(18),
- B(CallProperty0), R(18), R(17), U8(2),
+ B(CallProperty0), R(17), R(16), U8(2),
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(4),
/* 35 E> */ B(LdaNamedProperty), R(4), U8(5), U8(4),
B(Star), R(5),
- B(Ldar), R(11),
- B(SwitchOnSmiNoFeedback), U8(6), U8(1), I8(1),
- B(LdaSmi), I8(-2),
- B(TestEqualStrictNoFeedback), R(11),
- B(JumpIfTrue), U8(4),
- B(Abort), U8(15),
/* 30 S> */ B(CallProperty0), R(5), R(4), U8(6),
B(Star), R(6),
/* 30 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(6), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(6), U8(1),
- B(LdaNamedProperty), R(6), U8(7), U8(8),
- B(JumpIfToBooleanTrue), U8(67),
- B(LdaNamedProperty), R(6), U8(8), U8(10),
+ B(LdaNamedProperty), R(6), U8(6), U8(8),
+ B(JumpIfToBooleanTrue), U8(65),
+ B(LdaNamedProperty), R(6), U8(7), U8(10),
B(Star), R(8),
B(LdaSmi), I8(2),
B(Star), R(7),
@@ -851,53 +825,52 @@ bytecodes: [
/* 21 E> */ B(StackCheck),
B(Mov), R(3), R(0),
/* 40 S> */ B(LdaFalse),
- B(Star), R(18),
- B(Mov), R(0), R(17),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(17), U8(2),
- B(SuspendGenerator), R(2), R(0), U8(17), U8(1),
- /* 49 S> */ B(Return),
- B(ResumeGenerator), R(2), R(11), R(0), U8(17),
B(Star), R(17),
+ B(Mov), R(0), R(16),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(16), U8(2),
+ /* 40 E> */ B(SuspendGenerator), R(2), R(0), U8(16), U8(1),
+ B(ResumeGenerator), R(2), R(0), U8(16),
+ B(Star), R(16),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
- B(SwitchOnSmiNoFeedback), U8(9), U8(2), I8(0),
- B(Ldar), R(17),
+ B(SwitchOnSmiNoFeedback), U8(8), U8(2), I8(0),
+ B(Ldar), R(16),
/* 40 E> */ B(Throw),
B(LdaZero),
- B(Star), R(13),
- B(Mov), R(17), R(14),
+ B(Star), R(12),
+ B(Mov), R(16), R(13),
B(Jump), U8(58),
B(LdaZero),
B(Star), R(7),
- B(JumpLoop), U8(100), I8(0),
+ B(JumpLoop), U8(84), I8(0),
B(Jump), U8(36),
- B(Star), R(17),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(17), U8(11), U8(12),
- B(PushContext), R(17),
B(Star), R(16),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(16), U8(10), U8(11),
+ B(PushContext), R(16),
+ B(Star), R(15),
B(LdaSmi), I8(2),
B(TestEqualStrict), R(7), U8(12),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(7),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(18),
- B(CallRuntime), U16(Runtime::kReThrow), R(18), U8(1),
- B(PopContext), R(17),
+ B(Star), R(17),
+ B(CallRuntime), U16(Runtime::kReThrow), R(17), U8(1),
+ B(PopContext), R(16),
B(LdaSmi), I8(-1),
- B(Star), R(14),
B(Star), R(13),
+ B(Star), R(12),
B(Jump), U8(8),
- B(Star), R(14),
- B(LdaSmi), I8(1),
B(Star), R(13),
+ B(LdaSmi), I8(1),
+ B(Star), R(12),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(15),
+ B(Star), R(14),
B(LdaZero),
B(TestEqualStrict), R(7), U8(13),
B(JumpIfTrue), U8(90),
- B(LdaNamedProperty), R(4), U8(13), U8(14),
+ B(LdaNamedProperty), R(4), U8(12), U8(14),
B(Star), R(9),
B(TestUndetectable),
B(JumpIfFalse), U8(4),
@@ -909,64 +882,63 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
+ B(Star), R(15),
+ B(LdaConstant), U8(13),
B(Star), R(16),
- B(LdaConstant), U8(14),
- B(Star), R(17),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(16), U8(2),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(15), U8(2),
B(Throw),
- B(Mov), R(context), R(16),
- B(Mov), R(9), R(17),
- B(Mov), R(4), R(18),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(17), U8(2),
+ B(Mov), R(context), R(15),
+ B(Mov), R(9), R(16),
+ B(Mov), R(4), R(17),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
B(Jump), U8(6),
B(LdaTheHole),
B(SetPendingMessage),
- B(Ldar), R(16),
+ B(Ldar), R(15),
B(Jump), U8(27),
- B(Mov), R(9), R(16),
- B(Mov), R(4), R(17),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
+ B(Mov), R(9), R(15),
+ B(Mov), R(4), R(16),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(15), U8(2),
B(Star), R(10),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(10), U8(1),
B(JumpIfToBooleanFalse), U8(4),
B(Jump), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(10), U8(1),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(SetPendingMessage),
- B(Ldar), R(13),
- B(SwitchOnSmiNoFeedback), U8(15), U8(2), I8(0),
+ B(Ldar), R(12),
+ B(SwitchOnSmiNoFeedback), U8(14), U8(2), I8(0),
B(Jump), U8(8),
- B(Ldar), R(14),
+ B(Ldar), R(13),
/* 49 S> */ B(Return),
- B(Ldar), R(14),
+ B(Ldar), R(13),
B(ReThrow),
B(LdaUndefined),
/* 49 S> */ B(Return),
]
constant pool: [
- Smi [37],
- Smi [96],
+ Smi [30],
+ Smi [144],
Smi [10],
Smi [7],
SYMBOL_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
- Smi [69],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
Smi [15],
Smi [7],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
Smi [6],
Smi [9],
]
handlers: [
- [78, 249, 257],
- [81, 213, 215],
- [318, 328, 330],
+ [56, 211, 219],
+ [59, 175, 177],
+ [280, 290, 292],
]
---
@@ -1065,7 +1037,7 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
B(Star), R(21),
B(LdaConstant), U8(7),
B(Star), R(22),
@@ -1098,7 +1070,7 @@ bytecodes: [
B(LdaUndefined),
B(Star), R(19),
B(Mov), R(12), R(18),
- B(CallJSRuntime), U8(%promise_resolve), R(18), U8(2),
+ B(InvokeIntrinsic), U8(Runtime::k_ResolvePromise), R(18), U8(2),
B(LdaZero),
B(Star), R(14),
B(Mov), R(12), R(15),
@@ -1117,7 +1089,7 @@ bytecodes: [
B(LdaFalse),
B(Star), R(21),
B(Mov), R(12), R(19),
- B(CallJSRuntime), U8(%promise_internal_reject), R(19), U8(3),
+ B(InvokeIntrinsic), U8(Runtime::k_RejectPromise), R(19), U8(3),
B(PopContext), R(18),
B(LdaZero),
B(Star), R(14),
@@ -1152,10 +1124,10 @@ constant pool: [
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
Smi [6],
Smi [9],
]
@@ -1174,118 +1146,102 @@ snippet: "
}
f([1, 2, 3]);
"
-frame size: 25
+frame size: 24
parameter count: 2
-bytecode array length: 459
+bytecode array length: 423
bytecodes: [
- B(Ldar), R(2),
- B(JumpIfUndefined), U8(18),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(2), U8(1),
- B(PushContext), R(13),
- B(RestoreGeneratorState), R(2),
- B(Star), R(12),
- B(SwitchOnSmiNoFeedback), U8(0), U8(1), I8(0),
- B(Abort), U8(15),
- B(LdaSmi), I8(-2),
- B(Star), R(12),
+ B(SwitchOnGeneratorState), R(2), U8(0), U8(1),
B(CreateFunctionContext), U8(1),
- B(PushContext), R(13),
+ B(PushContext), R(12),
B(Ldar), R(arg0),
B(StaCurrentContextSlot), U8(4),
- B(Mov), R(closure), R(14),
- B(Mov), R(this), R(15),
- B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(14), U8(2),
+ B(Mov), R(closure), R(13),
+ B(Mov), R(this), R(14),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(13), U8(2),
B(Star), R(2),
/* 16 E> */ B(StackCheck),
B(CallJSRuntime), U8(%async_function_promise_create), R(0), U8(0),
B(Star), R(11),
+ B(Mov), R(context), R(15),
B(Mov), R(context), R(16),
- B(Mov), R(context), R(17),
B(LdaZero),
B(Star), R(7),
+ B(Mov), R(context), R(19),
B(Mov), R(context), R(20),
- B(Mov), R(context), R(21),
/* 40 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(21),
+ B(LdaNamedProperty), R(21), U8(1), U8(0),
B(Star), R(22),
- B(LdaNamedProperty), R(22), U8(1), U8(0),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(2),
+ B(CallProperty0), R(22), R(21), U8(2),
B(JumpIfJSReceiver), U8(7),
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
B(Star), R(4),
/* 40 E> */ B(LdaNamedProperty), R(4), U8(2), U8(4),
B(Star), R(5),
- B(Ldar), R(12),
- B(SwitchOnSmiNoFeedback), U8(3), U8(1), I8(0),
- B(LdaSmi), I8(-2),
- B(TestEqualStrictNoFeedback), R(12),
- B(JumpIfTrue), U8(4),
- B(Abort), U8(15),
/* 35 S> */ B(CallProperty0), R(5), R(4), U8(6),
B(Star), R(6),
/* 35 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(6), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(6), U8(1),
- B(LdaNamedProperty), R(6), U8(4), U8(8),
- B(JumpIfToBooleanTrue), U8(65),
- B(LdaNamedProperty), R(6), U8(5), U8(10),
+ B(LdaNamedProperty), R(6), U8(3), U8(8),
+ B(JumpIfToBooleanTrue), U8(63),
+ B(LdaNamedProperty), R(6), U8(4), U8(10),
B(Star), R(8),
B(LdaSmi), I8(2),
B(Star), R(7),
B(Mov), R(8), R(3),
/* 26 E> */ B(StackCheck),
B(Mov), R(3), R(0),
- /* 45 S> */ B(Mov), R(2), R(22),
- B(Mov), R(0), R(23),
- B(Mov), R(11), R(24),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(3),
- B(SuspendGenerator), R(2), R(0), U8(22), U8(0),
- /* 54 S> */ B(Return),
- B(ResumeGenerator), R(2), R(12), R(0), U8(22),
- B(Star), R(22),
+ /* 45 S> */ B(Mov), R(2), R(21),
+ B(Mov), R(0), R(22),
+ B(Mov), R(11), R(23),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionAwaitUncaught), R(21), U8(3),
+ /* 45 E> */ B(SuspendGenerator), R(2), R(0), U8(21), U8(0),
+ B(ResumeGenerator), R(2), R(0), U8(21),
+ B(Star), R(21),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
- B(Star), R(23),
+ B(Star), R(22),
B(LdaZero),
- B(TestEqualStrictNoFeedback), R(23),
+ B(TestEqualStrictNoFeedback), R(22),
B(JumpIfTrue), U8(5),
- B(Ldar), R(22),
+ B(Ldar), R(21),
B(ReThrow),
B(LdaZero),
B(Star), R(7),
- B(JumpLoop), U8(98), I8(0),
+ B(JumpLoop), U8(82), I8(0),
B(Jump), U8(40),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(6), U8(7),
B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(5), U8(6),
+ B(Star), R(20),
B(LdaTheHole),
B(SetPendingMessage),
- B(Ldar), R(21),
- B(PushContext), R(22),
+ B(Ldar), R(20),
+ B(PushContext), R(21),
B(LdaSmi), I8(2),
B(TestEqualStrict), R(7), U8(12),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(7),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(23),
- B(CallRuntime), U16(Runtime::kReThrow), R(23), U8(1),
- B(PopContext), R(22),
+ B(Star), R(22),
+ B(CallRuntime), U16(Runtime::kReThrow), R(22), U8(1),
+ B(PopContext), R(21),
B(LdaSmi), I8(-1),
- B(Star), R(19),
B(Star), R(18),
+ B(Star), R(17),
B(Jump), U8(7),
- B(Star), R(19),
- B(LdaZero),
B(Star), R(18),
+ B(LdaZero),
+ B(Star), R(17),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(20),
+ B(Star), R(19),
B(LdaZero),
B(TestEqualStrict), R(7), U8(13),
B(JumpIfTrue), U8(90),
- B(LdaNamedProperty), R(4), U8(8), U8(14),
+ B(LdaNamedProperty), R(4), U8(7), U8(14),
B(Star), R(9),
B(TestUndetectable),
B(JumpIfFalse), U8(4),
@@ -1297,107 +1253,106 @@ bytecodes: [
B(TestTypeOf), U8(6),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), I16(144),
+ B(Wide), B(LdaSmi), I16(146),
+ B(Star), R(20),
+ B(LdaConstant), U8(8),
B(Star), R(21),
- B(LdaConstant), U8(9),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(21), U8(2),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
B(Throw),
- B(Mov), R(context), R(21),
- B(Mov), R(9), R(22),
- B(Mov), R(4), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(22), U8(2),
+ B(Mov), R(context), R(20),
+ B(Mov), R(9), R(21),
+ B(Mov), R(4), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(21), U8(2),
B(Jump), U8(6),
B(LdaTheHole),
B(SetPendingMessage),
- B(Ldar), R(21),
+ B(Ldar), R(20),
B(Jump), U8(27),
- B(Mov), R(9), R(21),
- B(Mov), R(4), R(22),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(21), U8(2),
+ B(Mov), R(9), R(20),
+ B(Mov), R(4), R(21),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(20), U8(2),
B(Star), R(10),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(10), U8(1),
B(JumpIfToBooleanFalse), U8(4),
B(Jump), U8(7),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(10), U8(1),
- B(Ldar), R(20),
+ B(Ldar), R(19),
B(SetPendingMessage),
B(LdaZero),
- B(TestEqualStrictNoFeedback), R(18),
+ B(TestEqualStrictNoFeedback), R(17),
B(JumpIfFalse), U8(5),
- B(Ldar), R(19),
+ B(Ldar), R(18),
B(ReThrow),
B(LdaUndefined),
- B(Star), R(19),
- B(Mov), R(11), R(18),
- B(CallJSRuntime), U8(%promise_resolve), R(18), U8(2),
+ B(Star), R(18),
+ B(Mov), R(11), R(17),
+ B(InvokeIntrinsic), U8(Runtime::k_ResolvePromise), R(17), U8(2),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(11), R(15),
+ B(Star), R(13),
+ B(Mov), R(11), R(14),
B(Jump), U8(58),
B(Jump), U8(42),
- B(Star), R(18),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(18), U8(6), U8(10),
B(Star), R(17),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(17), U8(5), U8(9),
+ B(Star), R(16),
B(LdaTheHole),
B(SetPendingMessage),
- B(Ldar), R(17),
- B(PushContext), R(18),
+ B(Ldar), R(16),
+ B(PushContext), R(17),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(20),
+ B(Star), R(19),
B(LdaFalse),
- B(Star), R(21),
- B(Mov), R(11), R(19),
- B(CallJSRuntime), U8(%promise_internal_reject), R(19), U8(3),
- B(PopContext), R(18),
+ B(Star), R(20),
+ B(Mov), R(11), R(18),
+ B(InvokeIntrinsic), U8(Runtime::k_RejectPromise), R(18), U8(3),
+ B(PopContext), R(17),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(11), R(15),
+ B(Star), R(13),
+ B(Mov), R(11), R(14),
B(Jump), U8(16),
B(LdaSmi), I8(-1),
- B(Star), R(15),
B(Star), R(14),
+ B(Star), R(13),
B(Jump), U8(8),
- B(Star), R(15),
- B(LdaSmi), I8(1),
B(Star), R(14),
+ B(LdaSmi), I8(1),
+ B(Star), R(13),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(16),
+ B(Star), R(15),
B(CallJSRuntime), U8(%async_function_promise_release), R(11), U8(1),
- B(Ldar), R(16),
+ B(Ldar), R(15),
B(SetPendingMessage),
- B(Ldar), R(14),
- B(SwitchOnSmiNoFeedback), U8(11), U8(2), I8(0),
+ B(Ldar), R(13),
+ B(SwitchOnSmiNoFeedback), U8(10), U8(2), I8(0),
B(Jump), U8(8),
- B(Ldar), R(15),
+ B(Ldar), R(14),
/* 54 S> */ B(Return),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(ReThrow),
B(LdaUndefined),
/* 54 S> */ B(Return),
]
constant pool: [
- Smi [81],
+ Smi [134],
SYMBOL_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
- Smi [72],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
- FIXED_ARRAY_TYPE,
+ SCOPE_INFO_TYPE,
Smi [6],
Smi [9],
]
handlers: [
- [54, 418, 426],
- [57, 376, 378],
- [63, 236, 244],
- [66, 196, 198],
- [304, 314, 316],
+ [34, 382, 390],
+ [37, 340, 342],
+ [43, 200, 208],
+ [46, 160, 162],
+ [268, 278, 280],
]