| Index: test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| index efa0011d427584dfbeaa5c85b7d61f06a848a4ef..adead06c5c39cb2625d556273f8329612e23ad0a 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| @@ -18,17 +18,16 @@ snippet: "
|
| "
|
| frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 10
|
| +bytecode array length: 9
|
| bytecodes: [
|
| /* 32 E> */ B(StackCheck),
|
| - /* 39 S> */ B(LdrGlobal), U8(0), U8(1), R(0),
|
| - B(LdaConstant), U8(1),
|
| + /* 39 S> */ B(LdrGlobal), U8(1), R(0),
|
| + B(LdaConstant), U8(0),
|
| B(DeletePropertySloppy), R(0),
|
| /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
| @@ -44,16 +43,15 @@ snippet: "
|
| "
|
| frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 10
|
| +bytecode array length: 9
|
| bytecodes: [
|
| /* 28 E> */ B(StackCheck),
|
| - /* 51 S> */ B(LdrGlobal), U8(0), U8(1), R(0),
|
| + /* 51 S> */ B(LdrGlobal), U8(1), R(0),
|
| B(LdaSmi), U8(1),
|
| B(DeletePropertyStrict), R(0),
|
| /* 71 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| - InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
|
| ]
|
| handlers: [
|
| ]
|
|
|