Index: test/cctest/interpreter/bytecode_expectations/NewTarget.golden |
diff --git a/test/cctest/interpreter/bytecode_expectations/NewTarget.golden b/test/cctest/interpreter/bytecode_expectations/NewTarget.golden |
new file mode 100644 |
index 0000000000000000000000000000000000000000..30c5da3ca64de56001cb47a0573ac3c229fcf0e1 |
--- /dev/null |
+++ b/test/cctest/interpreter/bytecode_expectations/NewTarget.golden |
@@ -0,0 +1,58 @@ |
+# |
+# Autogenerated by generate-bytecode-expectations |
+# |
+ |
+--- |
+pool type: mixed |
+execute: yes |
+wrap: yes |
+ |
+--- |
+snippet: " |
+ return new.target; |
+" |
+frame size: 2 |
+parameter count: 1 |
+bytecode array length: 19 |
+bytecodes: [ |
+ B(Ldar), R(new_target), |
+ B(Star), R(0), |
+ B(StackCheck), |
+ B(Ldar), R(0), |
+ B(JumpIfNotHole), U8(11), |
+ B(LdaConstant), U8(0), |
+ B(Star), R(1), |
+ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1), |
+ B(Return), |
+] |
+constant pool: [ |
+ InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
+] |
+handlers: [ |
+] |
+ |
+--- |
+snippet: " |
+ new.target; |
+" |
+frame size: 2 |
+parameter count: 1 |
+bytecode array length: 20 |
+bytecodes: [ |
+ B(Ldar), R(new_target), |
+ B(Star), R(0), |
+ B(StackCheck), |
+ B(Ldar), R(0), |
+ B(JumpIfNotHole), U8(11), |
+ B(LdaConstant), U8(0), |
+ B(Star), R(1), |
+ B(CallRuntime), U16(Runtime::kThrowReferenceError), R(1), U8(1), |
+ B(LdaUndefined), |
+ B(Return), |
+] |
+constant pool: [ |
+ InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, |
+] |
+handlers: [ |
+] |
+ |