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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden

Issue 2917263002: Move generator-close on exception from the generator function to the GeneratorResume builtin. (Closed)
Patch Set: Address comments & rebase Created 3 years, 6 months 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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden b/test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden
index 0e6fdddcdf82c0de2ce980e0d559bd98caa7ad3a..8df4473aaea1ad9cff383783c7ec72eede418e3c 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForAwaitOf.golden
@@ -14,9 +14,9 @@ snippet: "
}
f();
"
-frame size: 27
+frame size: 26
parameter count: 1
-bytecode array length: 712
+bytecode array length: 685
bytecodes: [
B(Mov), R(new_target), R(11),
B(Ldar), R(new_target),
@@ -27,40 +27,40 @@ bytecodes: [
B(Star), R(12),
B(SwitchOnSmiNoFeedback), U8(0), U8(3), I8(0),
B(LdaSmi), I8(79),
- B(Star), R(14),
- B(CallRuntime), U16(Runtime::kAbort), R(14), U8(1),
+ B(Star), R(13),
+ B(CallRuntime), U16(Runtime::kAbort), R(13), U8(1),
B(LdaSmi), I8(-2),
B(Star), R(12),
- 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(LdaUndefined),
- B(Star), R(14),
- B(CallJSRuntime), U8(%async_function_promise_create), R(14), U8(1),
+ B(Star), R(13),
+ B(CallJSRuntime), U8(%async_function_promise_create), R(13), U8(1),
B(Star), R(7),
- B(Mov), R(context), R(16),
+ B(Mov), R(context), R(15),
B(Mov), R(2), R(11),
- B(Mov), R(context), R(17),
+ B(Mov), R(context), R(16),
B(LdaZero),
B(Star), R(6),
+ B(Mov), R(context), R(19),
B(Mov), R(context), R(20),
- B(Mov), R(context), R(21),
/* 43 S> */ B(CreateArrayLiteral), U8(3), U8(3), U8(17),
- B(Star), R(22),
- B(LdaNamedProperty), R(22), U8(4), U8(8),
+ B(Star), R(21),
+ B(LdaNamedProperty), R(21), U8(4), U8(8),
B(JumpIfUndefined), U8(17),
B(JumpIfNull), U8(15),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(10),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(10),
B(JumpIfJSReceiver), U8(23),
B(CallRuntime), U16(Runtime::kThrowSymbolAsyncIteratorInvalid), R(0), U8(0),
- B(LdaNamedProperty), R(22), U8(5), U8(4),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(6),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(23), U8(1),
+ B(LdaNamedProperty), R(21), U8(5), U8(4),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(6),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(22), U8(1),
B(Star), R(4),
B(Ldar), R(12),
B(SwitchOnSmiNoFeedback), U8(6), U8(1), I8(0),
@@ -68,41 +68,37 @@ bytecodes: [
/* 43 E> */ B(TestEqualStrictNoFeedback), R(12),
B(JumpIfTrue), U8(11),
B(LdaSmi), I8(79),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kAbort), R(22), U8(1),
+ B(Star), R(21),
+ B(CallRuntime), U16(Runtime::kAbort), R(21), U8(1),
/* 40 S> */ B(LdaUndefined),
- B(Star), R(23),
+ B(Star), R(22),
/* 40 E> */ B(LdaNamedProperty), R(4), U8(7), U8(14),
- B(Star), R(25),
- B(CallProperty0), R(25), R(4), U8(12),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(23), U8(4),
+ B(Star), R(24),
+ B(CallProperty0), R(24), R(4), U8(12),
+ B(Star), R(24),
+ B(Mov), R(2), R(23),
+ B(Mov), R(7), R(25),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
B(LdaZero),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
+ B(Mov), R(2), R(21),
+ B(Mov), R(7), R(22),
+ B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
+ B(Ldar), R(22),
/* 57 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(22),
B(LdaSmi), I8(-2),
B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
B(SwitchOnSmiNoFeedback), U8(8), U8(2), I8(0),
- B(Ldar), R(23),
+ B(Ldar), R(22),
/* 40 E> */ B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(19),
B(LdaZero),
- B(Star), R(18),
+ B(Star), R(17),
+ B(Mov), R(22), R(18),
B(Jump), U8(98),
- B(Mov), R(23), R(5),
+ B(Mov), R(22), R(5),
/* 40 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
@@ -118,100 +114,56 @@ bytecodes: [
B(Mov), R(3), R(0),
B(LdaZero),
B(Star), R(6),
- B(JumpLoop), U8(144), I8(0),
+ B(JumpLoop), U8(135), I8(0),
B(Jump), U8(40),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(13),
B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(13),
+ 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(6), U8(20),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(6),
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(18),
+ B(Star), R(17),
B(Jump), U8(8),
- B(Star), R(19),
- B(LdaSmi), I8(1),
B(Star), R(18),
+ B(LdaSmi), I8(1),
+ B(Star), R(17),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(20),
+ B(Star), R(19),
B(LdaZero),
B(TestEqualStrict), R(6), U8(21),
- B(JumpIfTrue), U8(253),
+ B(JumpIfTrue), U8(235),
B(LdaNamedProperty), R(4), U8(14), U8(22),
B(Star), R(9),
B(TestUndetectable),
B(JumpIfFalse), U8(4),
- B(Jump), U8(242),
+ B(Jump), U8(224),
B(LdaSmi), I8(1),
B(TestEqualStrict), R(6), U8(25),
- B(JumpIfFalse), U8(136),
+ B(JumpIfFalse), U8(127),
B(Ldar), R(9),
B(TestTypeOf), U8(5),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
B(Wide), B(LdaSmi), I16(130),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaConstant), U8(15),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(21), U8(2),
- B(Throw),
- B(Mov), R(context), R(21),
- B(LdaUndefined),
- B(Star), R(23),
- B(Mov), R(9), R(25),
- B(Mov), R(4), R(26),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(25), U8(2),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_caught), R(23), U8(4),
- B(LdaSmi), I8(1),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
- /* 57 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
- B(LdaSmi), I8(-2),
- B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
- B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
- B(Ldar), R(23),
- B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(15),
- B(LdaZero),
- B(Star), R(14),
- B(Jump), U8(225),
- B(Ldar), R(23),
- B(Jump), U8(20),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(18),
B(Star), R(21),
- B(LdaTheHole),
- B(SetPendingMessage),
- B(Ldar), R(21),
- B(PushContext), R(22),
- B(PopContext), R(22),
- B(Jump), U8(101),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
+ B(Throw),
+ B(Mov), R(context), R(20),
B(LdaUndefined),
B(Star), R(22),
B(Mov), R(9), R(24),
@@ -220,8 +172,8 @@ bytecodes: [
B(Star), R(24),
B(Mov), R(2), R(23),
B(Mov), R(7), R(25),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
- B(LdaSmi), I8(2),
+ B(CallJSRuntime), U8(%async_function_await_caught), R(22), U8(4),
+ B(LdaSmi), I8(1),
B(Mov), R(2), R(21),
B(Mov), R(7), R(22),
B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
@@ -233,100 +185,136 @@ bytecodes: [
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
B(Star), R(22),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
- B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
B(Ldar), R(22),
B(ReThrow),
- B(LdaTrue),
- B(Star), R(24),
- B(Mov), R(22), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(23), U8(2),
- B(Star), R(15),
B(LdaZero),
- B(Star), R(14),
+ B(Star), R(13),
+ B(Mov), R(22), R(14),
+ B(Jump), U8(216),
+ B(Ldar), R(22),
+ B(Jump), U8(20),
+ B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(18),
+ B(Star), R(20),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(20),
+ B(PushContext), R(21),
+ B(PopContext), R(21),
+ B(Jump), U8(92),
+ B(LdaUndefined),
+ B(Star), R(21),
+ B(Mov), R(9), R(23),
+ B(Mov), R(4), R(24),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(23), U8(2),
+ B(Star), R(23),
+ B(Mov), R(2), R(22),
+ B(Mov), R(7), R(24),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(21), U8(4),
+ B(LdaSmi), I8(2),
+ B(Mov), R(2), R(20),
+ B(Mov), R(7), R(21),
+ B(SuspendGenerator), R(20), R(0), U8(21), U8(2),
+ B(Ldar), R(21),
+ /* 57 S> */ B(Return),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(21),
+ B(LdaSmi), I8(-2),
+ B(Star), R(12),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(20), U8(1),
+ B(Star), R(21),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(20), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(Ldar), R(21),
+ B(ReThrow),
+ B(LdaZero),
+ B(Star), R(13),
+ B(Mov), R(21), R(14),
B(Jump), U8(118),
- B(Mov), R(22), R(10),
+ B(Mov), R(21), 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(Ldar), R(18),
+ B(Ldar), R(17),
B(SwitchOnSmiNoFeedback), U8(21), U8(2), I8(0),
B(Jump), U8(13),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(19), R(15),
+ B(Star), R(13),
+ B(Mov), R(18), R(14),
B(Jump), U8(83),
- B(Ldar), R(19),
+ B(Ldar), R(18),
B(ReThrow),
B(LdaUndefined),
- B(Star), R(18),
+ B(Star), R(17),
B(LdaUndefined),
- B(Star), R(20),
- B(Mov), R(7), R(19),
- B(CallJSRuntime), U8(%promise_resolve), R(18), U8(3),
+ B(Star), R(19),
+ B(Mov), R(7), R(18),
+ B(CallJSRuntime), U8(%promise_resolve), R(17), U8(3),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(59),
B(Jump), U8(45),
- B(Star), R(18),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(18), U8(12), U8(23),
B(Star), R(17),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(17), U8(12), U8(23),
+ 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(LdaUndefined),
- B(Star), R(19),
+ B(Star), R(18),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaFalse),
- B(Star), R(22),
- B(Mov), R(7), R(20),
- B(CallJSRuntime), U8(%promise_internal_reject), R(19), U8(4),
- B(PopContext), R(18),
+ B(Star), R(21),
+ B(Mov), R(7), R(19),
+ B(CallJSRuntime), U8(%promise_internal_reject), R(18), U8(4),
+ B(PopContext), R(17),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(14),
B(LdaSmi), I8(-1),
- 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(LdaUndefined),
- B(Star), R(17),
- B(Mov), R(7), R(18),
- B(CallJSRuntime), U8(%async_function_promise_release), R(17), U8(2),
- B(Ldar), R(16),
+ B(Star), R(16),
+ B(Mov), R(7), R(17),
+ B(CallJSRuntime), U8(%async_function_promise_release), R(16), U8(2),
+ B(Ldar), R(15),
B(SetPendingMessage),
- B(Ldar), R(14),
+ B(Ldar), R(13),
B(SwitchOnSmiNoFeedback), U8(24), U8(2), I8(0),
B(Jump), U8(8),
- B(Ldar), R(15),
+ B(Ldar), R(14),
/* 57 S> */ B(Return),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(ReThrow),
B(LdaUndefined),
/* 57 S> */ B(Return),
]
constant pool: [
Smi [102],
- Smi [397],
- Smi [504],
+ Smi [388],
+ Smi [486],
TUPLE2_TYPE,
SYMBOL_TYPE,
SYMBOL_TYPE,
Smi [59],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
- Smi [24],
+ Smi [15],
Smi [7],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
@@ -334,10 +322,10 @@ constant pool: [
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
- Smi [24],
+ Smi [15],
Smi [7],
FIXED_ARRAY_TYPE,
- Smi [24],
+ Smi [15],
Smi [7],
Smi [6],
Smi [14],
@@ -346,11 +334,11 @@ constant pool: [
Smi [9],
]
handlers: [
- [62, 667, 673],
- [65, 622, 624],
- [71, 306, 312],
- [74, 266, 268],
- [373, 458, 460],
+ [62, 640, 646],
+ [65, 595, 597],
+ [71, 297, 303],
+ [74, 257, 259],
+ [364, 440, 442],
]
---
@@ -360,9 +348,9 @@ snippet: "
}
f();
"
-frame size: 27
+frame size: 26
parameter count: 1
-bytecode array length: 740
+bytecode array length: 713
bytecodes: [
B(Mov), R(new_target), R(11),
B(Ldar), R(new_target),
@@ -373,40 +361,40 @@ bytecodes: [
B(Star), R(12),
B(SwitchOnSmiNoFeedback), U8(0), U8(3), I8(0),
B(LdaSmi), I8(79),
- B(Star), R(14),
- B(CallRuntime), U16(Runtime::kAbort), R(14), U8(1),
+ B(Star), R(13),
+ B(CallRuntime), U16(Runtime::kAbort), R(13), U8(1),
B(LdaSmi), I8(-2),
B(Star), R(12),
- 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(LdaUndefined),
- B(Star), R(14),
- B(CallJSRuntime), U8(%async_function_promise_create), R(14), U8(1),
+ B(Star), R(13),
+ B(CallJSRuntime), U8(%async_function_promise_create), R(13), U8(1),
B(Star), R(7),
- B(Mov), R(context), R(16),
+ B(Mov), R(context), R(15),
B(Mov), R(2), R(11),
- B(Mov), R(context), R(17),
+ B(Mov), R(context), R(16),
B(LdaZero),
B(Star), R(6),
+ B(Mov), R(context), R(19),
B(Mov), R(context), R(20),
- B(Mov), R(context), R(21),
/* 43 S> */ B(CreateArrayLiteral), U8(3), U8(3), U8(17),
- B(Star), R(22),
- B(LdaNamedProperty), R(22), U8(4), U8(8),
+ B(Star), R(21),
+ B(LdaNamedProperty), R(21), U8(4), U8(8),
B(JumpIfUndefined), U8(17),
B(JumpIfNull), U8(15),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(10),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(10),
B(JumpIfJSReceiver), U8(23),
B(CallRuntime), U16(Runtime::kThrowSymbolAsyncIteratorInvalid), R(0), U8(0),
- B(LdaNamedProperty), R(22), U8(5), U8(4),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(6),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(23), U8(1),
+ B(LdaNamedProperty), R(21), U8(5), U8(4),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(6),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(22), U8(1),
B(Star), R(4),
B(Ldar), R(12),
B(SwitchOnSmiNoFeedback), U8(6), U8(1), I8(0),
@@ -414,41 +402,37 @@ bytecodes: [
/* 43 E> */ B(TestEqualStrictNoFeedback), R(12),
B(JumpIfTrue), U8(11),
B(LdaSmi), I8(79),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kAbort), R(22), U8(1),
+ B(Star), R(21),
+ B(CallRuntime), U16(Runtime::kAbort), R(21), U8(1),
/* 40 S> */ B(LdaUndefined),
- B(Star), R(23),
+ B(Star), R(22),
/* 40 E> */ B(LdaNamedProperty), R(4), U8(7), U8(14),
- B(Star), R(25),
- B(CallProperty0), R(25), R(4), U8(12),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(23), U8(4),
+ B(Star), R(24),
+ B(CallProperty0), R(24), R(4), U8(12),
+ B(Star), R(24),
+ B(Mov), R(2), R(23),
+ B(Mov), R(7), R(25),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
B(LdaZero),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
+ B(Mov), R(2), R(21),
+ B(Mov), R(7), R(22),
+ B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
+ B(Ldar), R(22),
/* 68 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(22),
B(LdaSmi), I8(-2),
B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
B(SwitchOnSmiNoFeedback), U8(8), U8(2), I8(0),
- B(Ldar), R(23),
+ B(Ldar), R(22),
/* 40 E> */ B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(19),
B(LdaZero),
- B(Star), R(18),
+ B(Star), R(17),
+ B(Mov), R(22), R(18),
B(Jump), U8(101),
- B(Mov), R(23), R(5),
+ B(Mov), R(22), R(5),
/* 40 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
@@ -463,102 +447,58 @@ bytecodes: [
/* 23 E> */ B(StackCheck),
B(Mov), R(3), R(0),
/* 56 S> */ B(LdaSmi), I8(1),
- B(Star), R(18),
- B(Mov), R(0), R(19),
+ B(Star), R(17),
+ B(Mov), R(0), R(18),
B(Jump), U8(54),
B(Jump), U8(40),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(13),
B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(13),
+ 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(6), U8(20),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(6),
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(18),
+ B(Star), R(17),
B(Jump), U8(8),
- B(Star), R(19),
- B(LdaSmi), I8(2),
B(Star), R(18),
+ B(LdaSmi), I8(2),
+ B(Star), R(17),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(20),
+ B(Star), R(19),
B(LdaZero),
B(TestEqualStrict), R(6), U8(21),
- B(JumpIfTrue), U8(253),
+ B(JumpIfTrue), U8(235),
B(LdaNamedProperty), R(4), U8(14), U8(22),
B(Star), R(9),
B(TestUndetectable),
B(JumpIfFalse), U8(4),
- B(Jump), U8(242),
+ B(Jump), U8(224),
B(LdaSmi), I8(1),
B(TestEqualStrict), R(6), U8(25),
- B(JumpIfFalse), U8(136),
+ B(JumpIfFalse), U8(127),
B(Ldar), R(9),
B(TestTypeOf), U8(5),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
B(Wide), B(LdaSmi), I16(130),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaConstant), U8(15),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(21), U8(2),
- B(Throw),
- B(Mov), R(context), R(21),
- B(LdaUndefined),
- B(Star), R(23),
- B(Mov), R(9), R(25),
- B(Mov), R(4), R(26),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(25), U8(2),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_caught), R(23), U8(4),
- B(LdaSmi), I8(1),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
- /* 68 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
- B(LdaSmi), I8(-2),
- B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
- B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
- B(Ldar), R(23),
- B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(15),
- B(LdaZero),
- B(Star), R(14),
- B(Jump), U8(234),
- B(Ldar), R(23),
- B(Jump), U8(20),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(18),
B(Star), R(21),
- B(LdaTheHole),
- B(SetPendingMessage),
- B(Ldar), R(21),
- B(PushContext), R(22),
- B(PopContext), R(22),
- B(Jump), U8(101),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
+ B(Throw),
+ B(Mov), R(context), R(20),
B(LdaUndefined),
B(Star), R(22),
B(Mov), R(9), R(24),
@@ -567,8 +507,8 @@ bytecodes: [
B(Star), R(24),
B(Mov), R(2), R(23),
B(Mov), R(7), R(25),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
- B(LdaSmi), I8(2),
+ B(CallJSRuntime), U8(%async_function_await_caught), R(22), U8(4),
+ B(LdaSmi), I8(1),
B(Mov), R(2), R(21),
B(Mov), R(7), R(22),
B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
@@ -580,111 +520,147 @@ bytecodes: [
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
B(Star), R(22),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
- B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
B(Ldar), R(22),
B(ReThrow),
- B(LdaTrue),
- B(Star), R(24),
- B(Mov), R(22), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(23), U8(2),
- B(Star), R(15),
B(LdaZero),
- B(Star), R(14),
+ B(Star), R(13),
+ B(Mov), R(22), R(14),
+ B(Jump), U8(225),
+ B(Ldar), R(22),
+ B(Jump), U8(20),
+ B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(18),
+ B(Star), R(20),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(20),
+ B(PushContext), R(21),
+ B(PopContext), R(21),
+ B(Jump), U8(92),
+ B(LdaUndefined),
+ B(Star), R(21),
+ B(Mov), R(9), R(23),
+ B(Mov), R(4), R(24),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(23), U8(2),
+ B(Star), R(23),
+ B(Mov), R(2), R(22),
+ B(Mov), R(7), R(24),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(21), U8(4),
+ B(LdaSmi), I8(2),
+ B(Mov), R(2), R(20),
+ B(Mov), R(7), R(21),
+ B(SuspendGenerator), R(20), R(0), U8(21), U8(2),
+ B(Ldar), R(21),
+ /* 68 S> */ B(Return),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(21),
+ B(LdaSmi), I8(-2),
+ B(Star), R(12),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(20), U8(1),
+ B(Star), R(21),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(20), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(Ldar), R(21),
+ B(ReThrow),
+ B(LdaZero),
+ B(Star), R(13),
+ B(Mov), R(21), R(14),
B(Jump), U8(127),
- B(Mov), R(22), R(10),
+ B(Mov), R(21), 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(Ldar), R(18),
+ B(Ldar), R(17),
B(SwitchOnSmiNoFeedback), U8(21), U8(3), I8(0),
B(Jump), U8(22),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(19), R(15),
+ B(Star), R(13),
+ B(Mov), R(18), R(14),
B(Jump), U8(92),
B(LdaSmi), I8(1),
- B(Star), R(14),
- B(Mov), R(19), R(15),
+ B(Star), R(13),
+ B(Mov), R(18), R(14),
B(Jump), U8(83),
- B(Ldar), R(19),
+ B(Ldar), R(18),
B(ReThrow),
B(LdaUndefined),
- B(Star), R(18),
+ B(Star), R(17),
B(LdaUndefined),
- B(Star), R(20),
- B(Mov), R(7), R(19),
- B(CallJSRuntime), U8(%promise_resolve), R(18), U8(3),
+ B(Star), R(19),
+ B(Mov), R(7), R(18),
+ B(CallJSRuntime), U8(%promise_resolve), R(17), U8(3),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(59),
B(Jump), U8(45),
- B(Star), R(18),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(18), U8(12), U8(24),
B(Star), R(17),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(17), U8(12), U8(24),
+ 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(LdaUndefined),
- B(Star), R(19),
+ B(Star), R(18),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaFalse),
- B(Star), R(22),
- B(Mov), R(7), R(20),
- B(CallJSRuntime), U8(%promise_internal_reject), R(19), U8(4),
- B(PopContext), R(18),
+ B(Star), R(21),
+ B(Mov), R(7), R(19),
+ B(CallJSRuntime), U8(%promise_internal_reject), R(18), U8(4),
+ B(PopContext), R(17),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(14),
B(LdaSmi), I8(-1),
- B(Star), R(14),
+ B(Star), R(13),
B(Jump), U8(8),
- B(Star), R(15),
- B(LdaSmi), I8(2),
B(Star), R(14),
+ B(LdaSmi), I8(2),
+ B(Star), R(13),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(16),
+ B(Star), R(15),
B(LdaUndefined),
- B(Star), R(17),
- B(Mov), R(7), R(18),
- B(CallJSRuntime), U8(%async_function_promise_release), R(17), U8(2),
- B(Ldar), R(16),
+ B(Star), R(16),
+ B(Mov), R(7), R(17),
+ B(CallJSRuntime), U8(%async_function_promise_release), R(16), U8(2),
+ B(Ldar), R(15),
B(SetPendingMessage),
- B(Ldar), R(14),
+ B(Ldar), R(13),
B(SwitchOnSmiNoFeedback), U8(25), U8(3), I8(0),
B(Jump), U8(24),
- B(Ldar), R(15),
+ B(Ldar), R(14),
/* 68 S> */ B(Return),
B(LdaUndefined),
- B(Star), R(17),
- B(Mov), R(7), R(18),
- B(Mov), R(15), R(19),
- B(CallJSRuntime), U8(%promise_resolve), R(17), U8(3),
+ B(Star), R(16),
+ B(Mov), R(7), R(17),
+ B(Mov), R(14), R(18),
+ B(CallJSRuntime), U8(%promise_resolve), R(16), U8(3),
B(Ldar), R(7),
/* 68 S> */ B(Return),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(ReThrow),
B(LdaUndefined),
/* 68 S> */ B(Return),
]
constant pool: [
Smi [102],
- Smi [400],
- Smi [507],
+ Smi [391],
+ Smi [489],
TUPLE2_TYPE,
SYMBOL_TYPE,
SYMBOL_TYPE,
Smi [59],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
- Smi [24],
+ Smi [15],
Smi [7],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
@@ -692,10 +668,10 @@ constant pool: [
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
- Smi [24],
+ Smi [15],
Smi [7],
FIXED_ARRAY_TYPE,
- Smi [24],
+ Smi [15],
Smi [7],
Smi [6],
Smi [14],
@@ -706,11 +682,11 @@ constant pool: [
Smi [25],
]
handlers: [
- [62, 679, 685],
- [65, 634, 636],
- [71, 309, 315],
- [74, 269, 271],
- [376, 461, 463],
+ [62, 652, 658],
+ [65, 607, 609],
+ [71, 300, 306],
+ [74, 260, 262],
+ [367, 443, 445],
]
---
@@ -723,9 +699,9 @@ snippet: "
}
f();
"
-frame size: 27
+frame size: 26
parameter count: 1
-bytecode array length: 730
+bytecode array length: 703
bytecodes: [
B(Mov), R(new_target), R(11),
B(Ldar), R(new_target),
@@ -736,40 +712,40 @@ bytecodes: [
B(Star), R(12),
B(SwitchOnSmiNoFeedback), U8(0), U8(3), I8(0),
B(LdaSmi), I8(79),
- B(Star), R(14),
- B(CallRuntime), U16(Runtime::kAbort), R(14), U8(1),
+ B(Star), R(13),
+ B(CallRuntime), U16(Runtime::kAbort), R(13), U8(1),
B(LdaSmi), I8(-2),
B(Star), R(12),
- 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(LdaUndefined),
- B(Star), R(14),
- B(CallJSRuntime), U8(%async_function_promise_create), R(14), U8(1),
+ B(Star), R(13),
+ B(CallJSRuntime), U8(%async_function_promise_create), R(13), U8(1),
B(Star), R(7),
- B(Mov), R(context), R(16),
+ B(Mov), R(context), R(15),
B(Mov), R(2), R(11),
- B(Mov), R(context), R(17),
+ B(Mov), R(context), R(16),
B(LdaZero),
B(Star), R(6),
+ B(Mov), R(context), R(19),
B(Mov), R(context), R(20),
- B(Mov), R(context), R(21),
/* 43 S> */ B(CreateArrayLiteral), U8(3), U8(3), U8(17),
- B(Star), R(22),
- B(LdaNamedProperty), R(22), U8(4), U8(8),
+ B(Star), R(21),
+ B(LdaNamedProperty), R(21), U8(4), U8(8),
B(JumpIfUndefined), U8(17),
B(JumpIfNull), U8(15),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(10),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(10),
B(JumpIfJSReceiver), U8(23),
B(CallRuntime), U16(Runtime::kThrowSymbolAsyncIteratorInvalid), R(0), U8(0),
- B(LdaNamedProperty), R(22), U8(5), U8(4),
- B(Star), R(23),
- B(CallProperty0), R(23), R(22), U8(6),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(23), U8(1),
+ B(LdaNamedProperty), R(21), U8(5), U8(4),
+ B(Star), R(22),
+ B(CallProperty0), R(22), R(21), U8(6),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_CreateAsyncFromSyncIterator), R(22), U8(1),
B(Star), R(4),
B(Ldar), R(12),
B(SwitchOnSmiNoFeedback), U8(6), U8(1), I8(0),
@@ -777,41 +753,37 @@ bytecodes: [
/* 43 E> */ B(TestEqualStrictNoFeedback), R(12),
B(JumpIfTrue), U8(11),
B(LdaSmi), I8(79),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kAbort), R(22), U8(1),
+ B(Star), R(21),
+ B(CallRuntime), U16(Runtime::kAbort), R(21), U8(1),
/* 40 S> */ B(LdaUndefined),
- B(Star), R(23),
+ B(Star), R(22),
/* 40 E> */ B(LdaNamedProperty), R(4), U8(7), U8(14),
- B(Star), R(25),
- B(CallProperty0), R(25), R(4), U8(12),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(23), U8(4),
+ B(Star), R(24),
+ B(CallProperty0), R(24), R(4), U8(12),
+ B(Star), R(24),
+ B(Mov), R(2), R(23),
+ B(Mov), R(7), R(25),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
B(LdaZero),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
+ B(Mov), R(2), R(21),
+ B(Mov), R(7), R(22),
+ B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
+ B(Ldar), R(22),
/* 114 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(22),
B(LdaSmi), I8(-2),
B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
+ B(Star), R(22),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
B(SwitchOnSmiNoFeedback), U8(8), U8(2), I8(0),
- B(Ldar), R(23),
+ B(Ldar), R(22),
/* 40 E> */ B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(19),
B(LdaZero),
- B(Star), R(18),
+ B(Star), R(17),
+ B(Mov), R(22), R(18),
B(Jump), U8(116),
- B(Mov), R(23), R(5),
+ B(Mov), R(22), R(5),
/* 40 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
B(ToBooleanLogicalNot),
B(JumpIfFalse), U8(7),
@@ -835,100 +807,56 @@ bytecodes: [
/* 103 S> */ B(Jump), U8(8),
B(LdaZero),
B(Star), R(6),
- B(JumpLoop), U8(162), I8(0),
+ B(JumpLoop), U8(153), I8(0),
B(Jump), U8(40),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(13),
B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(13),
+ 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(6), U8(22),
B(JumpIfFalse), U8(6),
B(LdaSmi), I8(1),
B(Star), R(6),
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(18),
+ B(Star), R(17),
B(Jump), U8(8),
- B(Star), R(19),
- B(LdaSmi), I8(1),
B(Star), R(18),
+ B(LdaSmi), I8(1),
+ B(Star), R(17),
B(LdaTheHole),
B(SetPendingMessage),
- B(Star), R(20),
+ B(Star), R(19),
B(LdaZero),
B(TestEqualStrict), R(6), U8(23),
- B(JumpIfTrue), U8(253),
+ B(JumpIfTrue), U8(235),
B(LdaNamedProperty), R(4), U8(14), U8(24),
B(Star), R(9),
B(TestUndetectable),
B(JumpIfFalse), U8(4),
- B(Jump), U8(242),
+ B(Jump), U8(224),
B(LdaSmi), I8(1),
B(TestEqualStrict), R(6), U8(27),
- B(JumpIfFalse), U8(136),
+ B(JumpIfFalse), U8(127),
B(Ldar), R(9),
B(TestTypeOf), U8(5),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
B(Wide), B(LdaSmi), I16(130),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaConstant), U8(15),
- B(Star), R(22),
- B(CallRuntime), U16(Runtime::kNewTypeError), R(21), U8(2),
- B(Throw),
- B(Mov), R(context), R(21),
- B(LdaUndefined),
- B(Star), R(23),
- B(Mov), R(9), R(25),
- B(Mov), R(4), R(26),
- B(InvokeIntrinsic), U8(Runtime::k_Call), R(25), U8(2),
- B(Star), R(25),
- B(Mov), R(2), R(24),
- B(Mov), R(7), R(26),
- B(CallJSRuntime), U8(%async_function_await_caught), R(23), U8(4),
- B(LdaSmi), I8(1),
- B(Mov), R(2), R(22),
- B(Mov), R(7), R(23),
- B(SuspendGenerator), R(22), R(0), U8(23), U8(2),
- B(Ldar), R(23),
- /* 114 S> */ B(Return),
- B(RestoreGeneratorRegisters), R(11), R(0), U8(23),
- B(LdaSmi), I8(-2),
- B(Star), R(12),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(22), U8(1),
- B(Star), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(22), U8(1),
- B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
- B(Ldar), R(23),
- B(ReThrow),
- B(LdaTrue),
- B(Star), R(25),
- B(Mov), R(23), R(24),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(24), U8(2),
- B(Star), R(15),
- B(LdaZero),
- B(Star), R(14),
- B(Jump), U8(225),
- B(Ldar), R(23),
- B(Jump), U8(20),
- B(Star), R(22),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(22), U8(12), U8(18),
B(Star), R(21),
- B(LdaTheHole),
- B(SetPendingMessage),
- B(Ldar), R(21),
- B(PushContext), R(22),
- B(PopContext), R(22),
- B(Jump), U8(101),
+ B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
+ B(Throw),
+ B(Mov), R(context), R(20),
B(LdaUndefined),
B(Star), R(22),
B(Mov), R(9), R(24),
@@ -937,8 +865,8 @@ bytecodes: [
B(Star), R(24),
B(Mov), R(2), R(23),
B(Mov), R(7), R(25),
- B(CallJSRuntime), U8(%async_function_await_uncaught), R(22), U8(4),
- B(LdaSmi), I8(2),
+ B(CallJSRuntime), U8(%async_function_await_caught), R(22), U8(4),
+ B(LdaSmi), I8(1),
B(Mov), R(2), R(21),
B(Mov), R(7), R(22),
B(SuspendGenerator), R(21), R(0), U8(22), U8(2),
@@ -950,100 +878,136 @@ bytecodes: [
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(21), U8(1),
B(Star), R(22),
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(21), U8(1),
- B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
B(Ldar), R(22),
B(ReThrow),
- B(LdaTrue),
- B(Star), R(24),
- B(Mov), R(22), R(23),
- B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(23), U8(2),
- B(Star), R(15),
B(LdaZero),
- B(Star), R(14),
+ B(Star), R(13),
+ B(Mov), R(22), R(14),
+ B(Jump), U8(216),
+ B(Ldar), R(22),
+ B(Jump), U8(20),
+ B(Star), R(21),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(21), U8(12), U8(18),
+ B(Star), R(20),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(20),
+ B(PushContext), R(21),
+ B(PopContext), R(21),
+ B(Jump), U8(92),
+ B(LdaUndefined),
+ B(Star), R(21),
+ B(Mov), R(9), R(23),
+ B(Mov), R(4), R(24),
+ B(InvokeIntrinsic), U8(Runtime::k_Call), R(23), U8(2),
+ B(Star), R(23),
+ B(Mov), R(2), R(22),
+ B(Mov), R(7), R(24),
+ B(CallJSRuntime), U8(%async_function_await_uncaught), R(21), U8(4),
+ B(LdaSmi), I8(2),
+ B(Mov), R(2), R(20),
+ B(Mov), R(7), R(21),
+ B(SuspendGenerator), R(20), R(0), U8(21), U8(2),
+ B(Ldar), R(21),
+ /* 114 S> */ B(Return),
+ B(RestoreGeneratorRegisters), R(11), R(0), U8(21),
+ B(LdaSmi), I8(-2),
+ B(Star), R(12),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(20), U8(1),
+ B(Star), R(21),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(20), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(19), U8(2), I8(0),
+ B(Ldar), R(21),
+ B(ReThrow),
+ B(LdaZero),
+ B(Star), R(13),
+ B(Mov), R(21), R(14),
B(Jump), U8(118),
- B(Mov), R(22), R(10),
+ B(Mov), R(21), 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(Ldar), R(18),
+ B(Ldar), R(17),
B(SwitchOnSmiNoFeedback), U8(21), U8(2), I8(0),
B(Jump), U8(13),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(19), R(15),
+ B(Star), R(13),
+ B(Mov), R(18), R(14),
B(Jump), U8(83),
- B(Ldar), R(19),
+ B(Ldar), R(18),
B(ReThrow),
B(LdaUndefined),
- B(Star), R(18),
+ B(Star), R(17),
B(LdaUndefined),
- B(Star), R(20),
- B(Mov), R(7), R(19),
- B(CallJSRuntime), U8(%promise_resolve), R(18), U8(3),
+ B(Star), R(19),
+ B(Mov), R(7), R(18),
+ B(CallJSRuntime), U8(%promise_resolve), R(17), U8(3),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(59),
B(Jump), U8(45),
- B(Star), R(18),
- B(Ldar), R(closure),
- B(CreateCatchContext), R(18), U8(12), U8(23),
B(Star), R(17),
+ B(Ldar), R(closure),
+ B(CreateCatchContext), R(17), U8(12), U8(23),
+ 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(LdaUndefined),
- B(Star), R(19),
+ B(Star), R(18),
B(LdaImmutableCurrentContextSlot), U8(4),
- B(Star), R(21),
+ B(Star), R(20),
B(LdaFalse),
- B(Star), R(22),
- B(Mov), R(7), R(20),
- B(CallJSRuntime), U8(%promise_internal_reject), R(19), U8(4),
- B(PopContext), R(18),
+ B(Star), R(21),
+ B(Mov), R(7), R(19),
+ B(CallJSRuntime), U8(%promise_internal_reject), R(18), U8(4),
+ B(PopContext), R(17),
B(LdaZero),
- B(Star), R(14),
- B(Mov), R(7), R(15),
+ B(Star), R(13),
+ B(Mov), R(7), R(14),
B(Jump), U8(14),
B(LdaSmi), I8(-1),
- 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(LdaUndefined),
- B(Star), R(17),
- B(Mov), R(7), R(18),
- B(CallJSRuntime), U8(%async_function_promise_release), R(17), U8(2),
- B(Ldar), R(16),
+ B(Star), R(16),
+ B(Mov), R(7), R(17),
+ B(CallJSRuntime), U8(%async_function_promise_release), R(16), U8(2),
+ B(Ldar), R(15),
B(SetPendingMessage),
- B(Ldar), R(14),
+ B(Ldar), R(13),
B(SwitchOnSmiNoFeedback), U8(24), U8(2), I8(0),
B(Jump), U8(8),
- B(Ldar), R(15),
+ B(Ldar), R(14),
/* 114 S> */ B(Return),
- B(Ldar), R(15),
+ B(Ldar), R(14),
B(ReThrow),
B(LdaUndefined),
/* 114 S> */ B(Return),
]
constant pool: [
Smi [102],
- Smi [415],
- Smi [522],
+ Smi [406],
+ Smi [504],
TUPLE2_TYPE,
SYMBOL_TYPE,
SYMBOL_TYPE,
Smi [59],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
- Smi [24],
+ Smi [15],
Smi [7],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
@@ -1051,10 +1015,10 @@ constant pool: [
FIXED_ARRAY_TYPE,
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
- Smi [24],
+ Smi [15],
Smi [7],
FIXED_ARRAY_TYPE,
- Smi [24],
+ Smi [15],
Smi [7],
Smi [6],
Smi [14],
@@ -1063,11 +1027,11 @@ constant pool: [
Smi [9],
]
handlers: [
- [62, 685, 691],
- [65, 640, 642],
- [71, 324, 330],
- [74, 284, 286],
- [391, 476, 478],
+ [62, 658, 664],
+ [65, 613, 615],
+ [71, 315, 321],
+ [74, 275, 277],
+ [382, 458, 460],
]
---

Powered by Google App Engine
This is Rietveld 408576698