| Index: test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..580cc98b72519687e2f3118751ff959e39652e3a
|
| --- /dev/null
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
|
| @@ -0,0 +1,629 @@
|
| +#
|
| +# Autogenerated by generate-bytecode-expectations.
|
| +#
|
| +
|
| +---
|
| +pool type: mixed
|
| +execute: yes
|
| +wrap: no
|
| +test function name: f
|
| +ignition generators: yes
|
| +
|
| +---
|
| +snippet: "
|
| + function* f() { }
|
| +"
|
| +frame size: 11
|
| +parameter count: 1
|
| +bytecode array length: 201
|
| +bytecodes: [
|
| + B(Ldar), R(new_target),
|
| + B(JumpIfUndefined), U8(15),
|
| + B(CallRuntime), U16(Runtime::kResumeIgnitionGenerator), R(new_target), U8(1),
|
| + B(Star), R(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(54),
|
| + B(Illegal),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + B(Ldar), R(this),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(StackCheck),
|
| + B(Mov), R(context), R(3),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(4),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(4), U8(2),
|
| + B(StaContextSlot), R(context), U8(5),
|
| + B(Star), R(4),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(5),
|
| + B(LdaZero),
|
| + B(Star), R(6),
|
| + B(CallRuntime), U16(Runtime::kSuspendIgnitionGenerator), R(5), U8(2),
|
| + B(Ldar), R(4),
|
| + B(Return),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(5), U8(1),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(5), U8(1),
|
| + B(Star), R(8),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(31),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(22),
|
| + B(Jump), U8(2),
|
| + B(Mov), R(7), R(9),
|
| + B(LdaTrue),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(Star), R(2),
|
| + B(LdaZero),
|
| + B(Star), R(1),
|
| + B(Jump), U8(38),
|
| + B(Ldar), R(7),
|
| + B(Throw),
|
| + B(Ldar), R(7),
|
| + B(LdaUndefined),
|
| + B(Star), R(4),
|
| + B(LdaTrue),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(4), U8(2),
|
| + B(Star), R(2),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(1),
|
| + B(Jump), U8(14),
|
| + B(LdaSmi), U8(-1),
|
| + B(Star), R(1),
|
| + B(Jump), U8(8),
|
| + B(Star), R(2),
|
| + B(LdaSmi), U8(2),
|
| + B(Star), R(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
| + B(Star), R(3),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(4),
|
| + B(CallRuntime), U16(Runtime::kGeneratorClose), R(4), U8(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(3), U8(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(16),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(13),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(10),
|
| + B(Jump), U8(11),
|
| + B(Ldar), R(2),
|
| + B(Return),
|
| + B(Ldar), R(2),
|
| + B(Return),
|
| + B(Ldar), R(2),
|
| + B(ReThrow),
|
| + B(LdaUndefined),
|
| + B(Return),
|
| +]
|
| +constant pool: [
|
| +]
|
| +handlers: [
|
| + [33, 137, 143],
|
| +]
|
| +
|
| +---
|
| +snippet: "
|
| + function* f() { yield 42 }
|
| +"
|
| +frame size: 11
|
| +parameter count: 1
|
| +bytecode array length: 298
|
| +bytecodes: [
|
| + B(Ldar), R(new_target),
|
| + B(JumpIfUndefined), U8(21),
|
| + B(CallRuntime), U16(Runtime::kResumeIgnitionGenerator), R(new_target), U8(1),
|
| + B(Star), R(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(60),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrueConstant), U8(0),
|
| + B(Illegal),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + B(Ldar), R(this),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(StackCheck),
|
| + B(Mov), R(context), R(3),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(4),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(4), U8(2),
|
| + B(StaContextSlot), R(context), U8(5),
|
| + B(Star), R(4),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(5),
|
| + B(LdaZero),
|
| + B(Star), R(6),
|
| + B(CallRuntime), U16(Runtime::kSuspendIgnitionGenerator), R(5), U8(2),
|
| + B(Ldar), R(4),
|
| + B(Return),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(5), U8(1),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(5), U8(1),
|
| + B(Star), R(8),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(31),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(22),
|
| + B(Jump), U8(2),
|
| + B(Mov), R(7), R(9),
|
| + B(LdaTrue),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(Star), R(2),
|
| + B(LdaZero),
|
| + B(Star), R(1),
|
| + B(Jump), U8(120),
|
| + B(Ldar), R(7),
|
| + B(Throw),
|
| + B(Ldar), R(7),
|
| + B(LdaSmi), U8(42),
|
| + B(Star), R(4),
|
| + B(LdaFalse),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(4), U8(2),
|
| + B(Star), R(6),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(4),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::kSuspendIgnitionGenerator), R(4), U8(2),
|
| + B(Ldar), R(6),
|
| + B(Return),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(4), U8(1),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(4), U8(1),
|
| + B(Star), R(8),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(32),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(8),
|
| + B(JumpIfTrue), U8(23),
|
| + B(Jump), U8(2),
|
| + B(Mov), R(7), R(9),
|
| + B(LdaTrue),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(9), U8(2),
|
| + B(Star), R(2),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(1),
|
| + B(Jump), U8(38),
|
| + B(Ldar), R(7),
|
| + B(Throw),
|
| + B(Ldar), R(7),
|
| + B(LdaUndefined),
|
| + B(Star), R(4),
|
| + B(LdaTrue),
|
| + B(Star), R(5),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(4), U8(2),
|
| + B(Star), R(2),
|
| + B(LdaSmi), U8(2),
|
| + B(Star), R(1),
|
| + B(Jump), U8(14),
|
| + B(LdaSmi), U8(-1),
|
| + B(Star), R(1),
|
| + B(Jump), U8(8),
|
| + B(Star), R(2),
|
| + B(LdaSmi), U8(3),
|
| + B(Star), R(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
| + B(Star), R(3),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(4),
|
| + B(CallRuntime), U16(Runtime::kGeneratorClose), R(4), U8(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(3), U8(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(22),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(19),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(16),
|
| + B(LdaSmi), U8(3),
|
| + B(TestEqualStrict), R(1),
|
| + B(JumpIfTrue), U8(13),
|
| + B(Jump), U8(14),
|
| + B(Ldar), R(2),
|
| + B(Return),
|
| + B(Ldar), R(2),
|
| + B(Return),
|
| + B(Ldar), R(2),
|
| + B(Return),
|
| + B(Ldar), R(2),
|
| + B(ReThrow),
|
| + B(LdaUndefined),
|
| + B(Return),
|
| +]
|
| +constant pool: [
|
| + kInstanceTypeDontCare,
|
| +]
|
| +handlers: [
|
| + [39, 225, 231],
|
| +]
|
| +
|
| +---
|
| +snippet: "
|
| + function* f() { for (let x of [42]) yield x }
|
| +"
|
| +frame size: 17
|
| +parameter count: 1
|
| +bytecode array length: 786
|
| +bytecodes: [
|
| + B(Ldar), R(new_target),
|
| + B(JumpIfUndefined), U8(21),
|
| + B(CallRuntime), U16(Runtime::kResumeIgnitionGenerator), R(new_target), U8(1),
|
| + B(Star), R(3),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(60),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrueConstant), U8(8),
|
| + B(Illegal),
|
| + B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
|
| + B(PushContext), R(0),
|
| + B(Ldar), R(this),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(StackCheck),
|
| + B(Mov), R(context), R(5),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(6),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::kCreateJSGeneratorObject), R(6), U8(2),
|
| + B(StaContextSlot), R(context), U8(5),
|
| + B(Star), R(6),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(7),
|
| + B(LdaZero),
|
| + B(Star), R(8),
|
| + B(CallRuntime), U16(Runtime::kSuspendIgnitionGenerator), R(7), U8(2),
|
| + B(Ldar), R(6),
|
| + B(Return),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(7), U8(1),
|
| + B(Star), R(9),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(7), U8(1),
|
| + B(Star), R(10),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(10),
|
| + B(JumpIfTrue), U8(31),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(10),
|
| + B(JumpIfTrue), U8(22),
|
| + B(Jump), U8(2),
|
| + B(Mov), R(9), R(11),
|
| + B(LdaTrue),
|
| + B(Star), R(12),
|
| + B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(11), U8(2),
|
| + B(Star), R(4),
|
| + B(LdaZero),
|
| + B(Star), R(3),
|
| + B(JumpConstant), U8(16),
|
| + B(Ldar), R(9),
|
| + B(Throw),
|
| + B(Ldar), R(9),
|
| + B(LdaConstant), U8(0),
|
| + B(Star), R(6),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::kPushBlockContext), R(6), U8(2),
|
| + B(PushContext), R(1),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(LdaUndefined),
|
| + B(StaContextSlot), R(1), U8(10),
|
| + B(LdaZero),
|
| + B(StaContextSlot), R(1), U8(9),
|
| + B(Mov), R(context), R(8),
|
| + B(Mov), R(context), R(9),
|
| + B(CreateArrayLiteral), U8(1), U8(0), U8(3),
|
| + B(Star), R(11),
|
| + B(LdaConstant), U8(2),
|
| + B(KeyedLoadIC), R(11), U8(3),
|
| + B(Star), R(10),
|
| + B(Call), R(10), R(11), U8(1), U8(1),
|
| + B(StaContextSlot), R(1), U8(7),
|
| + B(LdaContextSlot), R(1), U8(7),
|
| + B(Star), R(12),
|
| + B(LoadIC), R(12), U8(3), U8(7),
|
| + B(Star), R(11),
|
| + B(Call), R(11), R(12), U8(1), U8(5),
|
| + B(StaContextSlot), R(1), U8(8),
|
| + B(Star), R(10),
|
| + B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(10), U8(1),
|
| + B(LogicalNot),
|
| + B(JumpIfFalse), U8(12),
|
| + B(LdaContextSlot), R(1), U8(8),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(10), U8(1),
|
| + B(LdaContextSlot), R(1), U8(8),
|
| + B(Star), R(10),
|
| + B(LoadIC), R(10), U8(4), U8(9),
|
| + B(JumpIfToBooleanTrueConstant), U8(9),
|
| + B(LdaSmi), U8(2),
|
| + B(StaContextSlot), R(1), U8(9),
|
| + B(LdaContextSlot), R(1), U8(8),
|
| + B(Star), R(10),
|
| + B(LoadIC), R(10), U8(5), U8(11),
|
| + B(StaContextSlot), R(1), U8(6),
|
| + B(LdaContextSlot), R(1), U8(10),
|
| + B(StackCheck),
|
| + B(LdaConstant), U8(6),
|
| + B(Star), R(10),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(11),
|
| + B(CallRuntime), U16(Runtime::kPushBlockContext), R(10), U8(2),
|
| + B(PushContext), R(2),
|
| + B(LdaTheHole),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(LdaContextSlot), R(1), U8(6),
|
| + B(StaContextSlot), R(context), U8(4),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(JumpIfNotHole), U8(11),
|
| + B(LdaConstant), U8(7),
|
| + B(Star), R(11),
|
| + B(CallRuntime), U16(Runtime::kThrowReferenceError), R(11), U8(1),
|
| + B(Star), R(10),
|
| + B(LdaFalse),
|
| + B(Star), R(11),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(10), U8(2),
|
| + B(Star), R(12),
|
| + B(LdaContextSlot), R(1), U8(5),
|
| + B(Star), R(10),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(11),
|
| + B(CallRuntime), U16(Runtime::kSuspendIgnitionGenerator), R(10), U8(2),
|
| + B(Ldar), R(12),
|
| + B(Return),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetInput), R(10), U8(1),
|
| + B(Star), R(13),
|
| + B(CallRuntime), U16(Runtime::kGeneratorGetResumeMode), R(10), U8(1),
|
| + B(Star), R(14),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(14),
|
| + B(JumpIfTrue), U8(45),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(14),
|
| + B(JumpIfTrue), U8(36),
|
| + B(Jump), U8(2),
|
| + B(Mov), R(13), R(15),
|
| + B(LdaTrue),
|
| + B(Star), R(16),
|
| + B(CallRuntime), U16(Runtime::kCreateIterResultObject), R(15), U8(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(Star), R(7),
|
| + B(LdaZero),
|
| + B(Star), R(6),
|
| + B(Jump), U8(78),
|
| + B(Ldar), R(13),
|
| + B(Throw),
|
| + B(Ldar), R(13),
|
| + B(PopContext), R(2),
|
| + B(LdaZero),
|
| + B(StaContextSlot), R(1), U8(9),
|
| + B(Wide), B(Jump), U16(-210),
|
| + B(Jump), U8(49),
|
| + B(Star), R(11),
|
| + B(LdaConstant), U8(10),
|
| + B(Star), R(10),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(12),
|
| + B(CallRuntime), U16(Runtime::kPushCatchContext), R(10), U8(3),
|
| + B(Star), R(9),
|
| + B(PushContext), R(2),
|
| + B(LdaContextSlot), R(1), U8(9),
|
| + B(Star), R(10),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(10),
|
| + B(JumpIfFalse), U8(7),
|
| + B(LdaSmi), U8(1),
|
| + B(StaContextSlot), R(1), U8(9),
|
| + B(LdaContextSlot), R(context), U8(4),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kReThrow), R(10), U8(1),
|
| + B(PopContext), R(2),
|
| + B(LdaSmi), U8(-1),
|
| + B(Star), R(6),
|
| + B(Jump), U8(8),
|
| + B(Star), R(7),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(6),
|
| + B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
| + B(Star), R(8),
|
| + B(LdaContextSlot), R(1), U8(9),
|
| + B(Star), R(9),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(9),
|
| + B(JumpIfTrue), U8(10),
|
| + B(LdaContextSlot), R(1), U8(7),
|
| + B(Star), R(9),
|
| + B(LdaUndefined),
|
| + B(TestEqualStrict), R(9),
|
| + B(LogicalNot),
|
| + B(JumpIfFalseConstant), U8(15),
|
| + B(LdaContextSlot), R(1), U8(7),
|
| + B(Star), R(9),
|
| + B(LoadIC), R(9), U8(11), U8(13),
|
| + B(StaContextSlot), R(1), U8(11),
|
| + B(LdaContextSlot), R(1), U8(11),
|
| + B(Star), R(9),
|
| + B(LdaNull),
|
| + B(TestEqual), R(9),
|
| + B(JumpIfFalse), U8(4),
|
| + B(JumpConstant), U8(14),
|
| + B(LdaContextSlot), R(1), U8(9),
|
| + B(Star), R(9),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(9),
|
| + B(JumpIfFalse), U8(82),
|
| + B(LdaContextSlot), R(1), U8(11),
|
| + B(TypeOf),
|
| + B(Star), R(9),
|
| + B(LdaConstant), U8(12),
|
| + B(TestEqualStrict), R(9),
|
| + B(JumpIfFalse), U8(4),
|
| + B(Jump), U8(18),
|
| + B(Wide), B(LdaSmi), U16(139),
|
| + B(Star), R(9),
|
| + B(LdaConstant), U8(13),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::kNewTypeError), R(9), U8(2),
|
| + B(Throw),
|
| + B(Mov), R(context), R(9),
|
| + B(LdaContextSlot), R(1), U8(11),
|
| + B(Star), R(10),
|
| + B(LdaContextSlot), R(1), U8(7),
|
| + B(Star), R(11),
|
| + B(CallRuntime), U16(Runtime::k_Call), R(10), U8(2),
|
| + B(Jump), U8(30),
|
| + B(Star), R(11),
|
| + B(LdaConstant), U8(10),
|
| + B(Star), R(10),
|
| + B(Ldar), R(closure),
|
| + B(Star), R(12),
|
| + B(CallRuntime), U16(Runtime::kPushCatchContext), R(10), U8(3),
|
| + B(Star), R(9),
|
| + B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
| + B(Ldar), R(9),
|
| + B(PushContext), R(2),
|
| + B(PopContext), R(2),
|
| + B(Jump), U8(44),
|
| + B(LdaContextSlot), R(1), U8(11),
|
| + B(Star), R(9),
|
| + B(LdaContextSlot), R(1), U8(7),
|
| + B(Star), R(10),
|
| + B(CallRuntime), U16(Runtime::k_Call), R(9), U8(2),
|
| + B(StaContextSlot), R(1), U8(12),
|
| + B(LdaContextSlot), R(1), U8(12),
|
| + B(Star), R(9),
|
| + B(InvokeIntrinsic), U16(Runtime::k_IsJSReceiver), R(9), U8(1),
|
| + B(JumpIfToBooleanFalse), U8(4),
|
| + B(Jump), U8(12),
|
| + B(LdaContextSlot), R(1), U8(12),
|
| + B(Star), R(9),
|
| + B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(9), U8(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(8), U8(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(6),
|
| + B(JumpIfTrue), U8(10),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(6),
|
| + B(JumpIfTrue), U8(18),
|
| + B(Jump), U8(30),
|
| + B(Ldar), R(7),
|
| + B(PopContext), R(1),
|
| + B(PopContext), R(1),
|
| + B(Star), R(4),
|
| + B(LdaSmi), U8(1),
|
| + B(Star), R(3),
|
| + B(Jump), U8(49),
|
| + B(Ldar), R(7),
|
| + B(PopContext), R(1),
|
| + B(PopContext), R(1),
|
| + B(Star), R(4),
|
| + B(LdaSmi), U8(2),
|
| + B(Star), R(3),
|
| + B(Jump), U8(35),
|
| + B(PopContext), R(1),
|
| + B(LdaUndefined),
|
| + B(Star), R(6),
|
| + B(LdaTrue),
|
| + B(Star), R(7),
|
| + B(CallRuntime), U16(Runtime::k_CreateIterResultObject), R(6), U8(2),
|
| + B(Star), R(4),
|
| + B(LdaSmi), U8(3),
|
| + B(Star), R(3),
|
| + B(Jump), U8(14),
|
| + B(LdaSmi), U8(-1),
|
| + B(Star), R(3),
|
| + B(Jump), U8(8),
|
| + B(Star), R(4),
|
| + B(LdaSmi), U8(4),
|
| + B(Star), R(3),
|
| + B(CallRuntime), U16(Runtime::kInterpreterClearPendingMessage), R(0), U8(0),
|
| + B(Star), R(5),
|
| + B(LdaContextSlot), R(context), U8(5),
|
| + B(Star), R(6),
|
| + B(CallRuntime), U16(Runtime::kGeneratorClose), R(6), U8(1),
|
| + B(CallRuntime), U16(Runtime::kInterpreterSetPendingMessage), R(5), U8(1),
|
| + B(LdaZero),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(28),
|
| + B(LdaSmi), U8(1),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(25),
|
| + B(LdaSmi), U8(2),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(22),
|
| + B(LdaSmi), U8(3),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(19),
|
| + B(LdaSmi), U8(4),
|
| + B(TestEqualStrict), R(3),
|
| + B(JumpIfTrue), U8(16),
|
| + B(Jump), U8(17),
|
| + B(Ldar), R(4),
|
| + B(Return),
|
| + B(Ldar), R(4),
|
| + B(Return),
|
| + B(Ldar), R(4),
|
| + B(ReThrow),
|
| + B(Ldar), R(4),
|
| + B(Return),
|
| + B(Ldar), R(4),
|
| + B(ReThrow),
|
| + B(LdaUndefined),
|
| + B(Return),
|
| +]
|
| +constant pool: [
|
| + InstanceType::FIXED_ARRAY_TYPE,
|
| + InstanceType::FIXED_ARRAY_TYPE,
|
| + InstanceType::SYMBOL_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::FIXED_ARRAY_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + kInstanceTypeDontCare,
|
| + kInstanceTypeDontCare,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| + kInstanceTypeDontCare,
|
| + kInstanceTypeDontCare,
|
| + kInstanceTypeDontCare,
|
| +]
|
| +handlers: [
|
| + [39, 704, 710],
|
| + [154, 440, 446],
|
| + [157, 391, 393],
|
| + [548, 563, 565],
|
| +]
|
| +
|
|
|