| 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 5e15e5981e80065fa1556c4cbe1a728a90064074..d5ab090594945a884042e40f45ea5e360e700aa0 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/Typeof.golden
|
| @@ -39,14 +39,15 @@ snippet: "
|
| "
|
| frame size: 0
|
| parameter count: 1
|
| -bytecode array length: 5
|
| +bytecode array length: 6
|
| bytecodes: [
|
| /* 22 E> */ B(StackCheck),
|
| - /* 28 S> */ B(LdaGlobalInsideTypeof), U8(2),
|
| + /* 28 S> */ B(LdaGlobalInsideTypeof), U8(0), U8(2),
|
| B(TypeOf),
|
| /* 46 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| + ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
| ]
|
| handlers: [
|
| ]
|
|
|