| Index: test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/Typeof.golden b/test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| index 85a7b94ca62c62bc8cb1822ab888d9bcec9a79e1..1fe9354b6f61a8e6800ad2d9c6b91c7fe2c17b8f 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| @@ -41,15 +41,14 @@ snippet: "
|
| "
|
| frame size: 0
|
| parameter count: 1
|
| -bytecode array length: 6
|
| +bytecode array length: 5
|
| bytecodes: [
|
| /* 22 E> */ B(StackCheck),
|
| - /* 28 S> */ B(LdaGlobalInsideTypeof), U8(0), U8(1),
|
| + /* 28 S> */ B(LdaGlobalInsideTypeof), U8(1),
|
| B(TypeOf),
|
| /* 46 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - "x",
|
| ]
|
| handlers: [
|
| ]
|
|
|