summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden')
-rw-r--r--deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden349
1 files changed, 349 insertions, 0 deletions
diff --git a/deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden b/deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden
new file mode 100644
index 0000000000..7cbe661b94
--- /dev/null
+++ b/deps/v8/test/cctest/interpreter/bytecode_expectations/AsyncModules.golden
@@ -0,0 +1,349 @@
+#
+# Autogenerated by generate-bytecode-expectations.
+#
+
+---
+wrap: no
+module: yes
+top level: yes
+top level await: yes
+
+---
+snippet: "
+ await 42;
+"
+frame size: 8
+parameter count: 2
+bytecode array length: 142
+bytecodes: [
+ B(SwitchOnGeneratorState), R(0), U8(0), U8(2),
+ B(LdaConstant), U8(2),
+ B(Star), R(3),
+ B(Mov), R(arg0), R(2),
+ B(CallRuntime), U16(Runtime::kPushModuleContext), R(2), U8(2),
+ B(PushContext), R(2),
+ B(Mov), R(closure), R(3),
+ B(Mov), R(this), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionEnter), R(3), U8(2),
+ B(Star), R(0),
+ /* 0 E> */ B(StackCheck),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(3), U8(0),
+ B(ResumeGenerator), R(0), R(0), U8(3),
+ B(Star), R(3),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(3), U8(2), I8(0),
+ B(Ldar), R(3),
+ /* 0 E> */ B(Throw),
+ B(Ldar), R(3),
+ /* 10 S> */ B(Return),
+ B(Mov), R(3), R(1),
+ B(Ldar), R(1),
+ B(Mov), R(context), R(3),
+ /* 0 S> */ B(LdaSmi), I8(42),
+ B(Star), R(5),
+ B(Mov), R(0), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionAwaitUncaught), R(4), U8(2),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(4), U8(1),
+ B(ResumeGenerator), R(0), R(0), U8(4),
+ B(Star), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(Star), R(5),
+ B(LdaZero),
+ B(TestReferenceEqual), R(5),
+ B(JumpIfTrue), U8(5),
+ B(Ldar), R(4),
+ B(ReThrow),
+ B(LdaUndefined),
+ B(Star), R(5),
+ B(LdaTrue),
+ B(Star), R(6),
+ B(Mov), R(0), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionResolve), R(4), U8(3),
+ /* 10 S> */ B(Return),
+ B(Star), R(4),
+ B(CreateCatchContext), R(4), U8(5),
+ B(Star), R(3),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(3),
+ B(PushContext), R(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(6),
+ B(LdaTrue),
+ B(Star), R(7),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionReject), R(5), U8(3),
+ /* 10 S> */ B(Return),
+]
+constant pool: [
+ Smi [36],
+ Smi [80],
+ SCOPE_INFO_TYPE,
+ Smi [10],
+ Smi [7],
+ SCOPE_INFO_TYPE,
+]
+handlers: [
+ [64, 114, 114],
+]
+
+---
+snippet: "
+ await import(\"foo\");
+"
+frame size: 8
+parameter count: 2
+bytecode array length: 152
+bytecodes: [
+ B(SwitchOnGeneratorState), R(0), U8(0), U8(2),
+ B(LdaConstant), U8(2),
+ B(Star), R(3),
+ B(Mov), R(arg0), R(2),
+ B(CallRuntime), U16(Runtime::kPushModuleContext), R(2), U8(2),
+ B(PushContext), R(2),
+ B(Mov), R(closure), R(3),
+ B(Mov), R(this), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionEnter), R(3), U8(2),
+ B(Star), R(0),
+ /* 0 E> */ B(StackCheck),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(3), U8(0),
+ B(ResumeGenerator), R(0), R(0), U8(3),
+ B(Star), R(3),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(3), U8(2), I8(0),
+ B(Ldar), R(3),
+ /* 0 E> */ B(Throw),
+ B(Ldar), R(3),
+ /* 21 S> */ B(Return),
+ B(Mov), R(3), R(1),
+ B(Ldar), R(1),
+ B(Mov), R(context), R(3),
+ /* 0 S> */ B(LdaConstant), U8(5),
+ B(Star), R(5),
+ B(Mov), R(closure), R(4),
+ B(CallRuntime), U16(Runtime::kDynamicImportCall), R(4), U8(2),
+ B(Star), R(5),
+ B(Mov), R(0), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionAwaitUncaught), R(4), U8(2),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(4), U8(1),
+ B(ResumeGenerator), R(0), R(0), U8(4),
+ B(Star), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(Star), R(5),
+ B(LdaZero),
+ B(TestReferenceEqual), R(5),
+ B(JumpIfTrue), U8(5),
+ B(Ldar), R(4),
+ B(ReThrow),
+ B(LdaUndefined),
+ B(Star), R(5),
+ B(LdaTrue),
+ B(Star), R(6),
+ B(Mov), R(0), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionResolve), R(4), U8(3),
+ /* 21 S> */ B(Return),
+ B(Star), R(4),
+ B(CreateCatchContext), R(4), U8(6),
+ B(Star), R(3),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(3),
+ B(PushContext), R(4),
+ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(6),
+ B(LdaTrue),
+ B(Star), R(7),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionReject), R(5), U8(3),
+ /* 21 S> */ B(Return),
+]
+constant pool: [
+ Smi [36],
+ Smi [90],
+ SCOPE_INFO_TYPE,
+ Smi [10],
+ Smi [7],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["foo"],
+ SCOPE_INFO_TYPE,
+]
+handlers: [
+ [64, 124, 124],
+]
+
+---
+snippet: "
+ await 42;
+ async function foo() {
+ await 42;
+ }
+ foo();
+"
+frame size: 9
+parameter count: 2
+bytecode array length: 153
+bytecodes: [
+ B(SwitchOnGeneratorState), R(0), U8(0), U8(2),
+ B(LdaConstant), U8(2),
+ B(Star), R(4),
+ B(Mov), R(arg0), R(3),
+ B(CallRuntime), U16(Runtime::kPushModuleContext), R(3), U8(2),
+ B(PushContext), R(3),
+ B(Mov), R(closure), R(4),
+ B(Mov), R(this), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionEnter), R(4), U8(2),
+ B(Star), R(0),
+ B(CreateClosure), U8(3), U8(0), U8(0),
+ B(Star), R(1),
+ /* 0 E> */ B(StackCheck),
+ B(Ldar), R(0),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(4), U8(0),
+ B(ResumeGenerator), R(0), R(0), U8(4),
+ B(Star), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(4), U8(2), I8(0),
+ B(Ldar), R(4),
+ /* 0 E> */ B(Throw),
+ B(Ldar), R(4),
+ /* 54 S> */ B(Return),
+ B(Mov), R(4), R(2),
+ B(Ldar), R(2),
+ B(Mov), R(context), R(4),
+ /* 0 S> */ B(LdaSmi), I8(42),
+ B(Star), R(6),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionAwaitUncaught), R(5), U8(2),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(5), U8(1),
+ B(ResumeGenerator), R(0), R(0), U8(5),
+ B(Star), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(Star), R(6),
+ B(LdaZero),
+ B(TestReferenceEqual), R(6),
+ B(JumpIfTrue), U8(5),
+ B(Ldar), R(5),
+ B(ReThrow),
+ /* 47 S> */ B(CallUndefinedReceiver0), R(1), U8(0),
+ B(LdaUndefined),
+ B(Star), R(6),
+ B(LdaTrue),
+ B(Star), R(7),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionResolve), R(5), U8(3),
+ /* 54 S> */ B(Return),
+ B(Star), R(5),
+ B(CreateCatchContext), R(5), U8(6),
+ B(Star), R(4),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(4),
+ B(PushContext), R(5),
+ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(7),
+ B(LdaTrue),
+ B(Star), R(8),
+ B(Mov), R(0), R(6),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionReject), R(6), U8(3),
+ /* 54 S> */ B(Return),
+]
+constant pool: [
+ Smi [44],
+ Smi [88],
+ SCOPE_INFO_TYPE,
+ SHARED_FUNCTION_INFO_TYPE,
+ Smi [10],
+ Smi [7],
+ SCOPE_INFO_TYPE,
+]
+handlers: [
+ [72, 125, 125],
+]
+
+---
+snippet: "
+ import * as foo from \"bar\";
+ await import(\"goo\");
+"
+frame size: 9
+parameter count: 2
+bytecode array length: 164
+bytecodes: [
+ B(SwitchOnGeneratorState), R(0), U8(0), U8(2),
+ B(LdaConstant), U8(2),
+ B(Star), R(4),
+ B(Mov), R(arg0), R(3),
+ B(CallRuntime), U16(Runtime::kPushModuleContext), R(3), U8(2),
+ B(PushContext), R(3),
+ B(Mov), R(closure), R(4),
+ B(Mov), R(this), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionEnter), R(4), U8(2),
+ B(Star), R(0),
+ B(LdaZero),
+ B(Star), R(4),
+ B(CallRuntime), U16(Runtime::kGetModuleNamespace), R(4), U8(1),
+ B(Star), R(1),
+ /* 0 E> */ B(StackCheck),
+ B(Ldar), R(0),
+ /* 0 E> */ B(SuspendGenerator), R(0), R(0), U8(4), U8(0),
+ B(ResumeGenerator), R(0), R(0), U8(4),
+ B(Star), R(4),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(SwitchOnSmiNoFeedback), U8(3), U8(2), I8(0),
+ B(Ldar), R(4),
+ /* 0 E> */ B(Throw),
+ B(Ldar), R(4),
+ /* 49 S> */ B(Return),
+ B(Mov), R(4), R(2),
+ B(Ldar), R(2),
+ B(Mov), R(context), R(4),
+ /* 28 S> */ B(LdaConstant), U8(5),
+ B(Star), R(6),
+ B(Mov), R(closure), R(5),
+ B(CallRuntime), U16(Runtime::kDynamicImportCall), R(5), U8(2),
+ B(Star), R(6),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionAwaitUncaught), R(5), U8(2),
+ /* 28 E> */ B(SuspendGenerator), R(0), R(0), U8(5), U8(1),
+ B(ResumeGenerator), R(0), R(0), U8(5),
+ B(Star), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(0), U8(1),
+ B(Star), R(6),
+ B(LdaZero),
+ B(TestReferenceEqual), R(6),
+ B(JumpIfTrue), U8(5),
+ B(Ldar), R(5),
+ B(ReThrow),
+ B(LdaUndefined),
+ B(Star), R(6),
+ B(LdaTrue),
+ B(Star), R(7),
+ B(Mov), R(0), R(5),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionResolve), R(5), U8(3),
+ /* 49 S> */ B(Return),
+ B(Star), R(5),
+ B(CreateCatchContext), R(5), U8(6),
+ B(Star), R(4),
+ B(LdaTheHole),
+ B(SetPendingMessage),
+ B(Ldar), R(4),
+ B(PushContext), R(5),
+ B(LdaImmutableCurrentContextSlot), U8(4),
+ B(Star), R(7),
+ B(LdaTrue),
+ B(Star), R(8),
+ B(Mov), R(0), R(6),
+ B(InvokeIntrinsic), U8(Runtime::k_AsyncFunctionReject), R(6), U8(3),
+ /* 49 S> */ B(Return),
+]
+constant pool: [
+ Smi [48],
+ Smi [102],
+ SCOPE_INFO_TYPE,
+ Smi [10],
+ Smi [7],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["goo"],
+ SCOPE_INFO_TYPE,
+]
+handlers: [
+ [76, 136, 136],
+]
+