| Index: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| index a6090aadf08570bc0387f82acb86703bf14b3024..c40db11fafda93e8ac42ea73f1b2b1aac860bcde 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| @@ -36,11 +36,11 @@ snippet: "
|
| "
|
| frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 16
|
| +bytecode array length: 17
|
| bytecodes: [
|
| /* 26 E> */ B(StackCheck),
|
| /* 31 S> */ B(LdaGlobal), U8(0), U8(2),
|
| - B(ToNumber), R(0),
|
| + B(ToNumber), R(0), U8(6),
|
| B(Ldar), R(0),
|
| B(Dec), U8(6),
|
| /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(4),
|
| @@ -83,11 +83,11 @@ snippet: "
|
| "
|
| frame size: 1
|
| parameter count: 1
|
| -bytecode array length: 16
|
| +bytecode array length: 17
|
| bytecodes: [
|
| /* 27 E> */ B(StackCheck),
|
| /* 32 S> */ B(LdaGlobal), U8(0), U8(2),
|
| - B(ToNumber), R(0),
|
| + B(ToNumber), R(0), U8(6),
|
| B(Ldar), R(0),
|
| B(Inc), U8(6),
|
| /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(4),
|
|
|