| 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 847453e8e7da8334db363e5e97d5740d75601dd8..4814de6f51fc246a508572fa7454148d820db268 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalDelete.golden
|
| @@ -20,7 +20,7 @@ parameter count: 1
|
| bytecode array length: 9
|
| bytecodes: [
|
| /* 32 E> */ B(StackCheck),
|
| - /* 39 S> */ B(LdrGlobal), U8(1), R(0),
|
| + /* 39 S> */ B(LdrGlobal), U8(2), R(0),
|
| B(LdaConstant), U8(0),
|
| B(DeletePropertySloppy), R(0),
|
| /* 58 S> */ B(Return),
|
| @@ -45,7 +45,7 @@ parameter count: 1
|
| bytecode array length: 9
|
| bytecodes: [
|
| /* 28 E> */ B(StackCheck),
|
| - /* 51 S> */ B(LdrGlobal), U8(1), R(0),
|
| + /* 51 S> */ B(LdrGlobal), U8(2), R(0),
|
| B(LdaSmi), U8(1),
|
| B(DeletePropertyStrict), R(0),
|
| /* 71 S> */ B(Return),
|
|
|