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 5781ee9b9b0c6411d77d1921c9c523b2f2dd3ad8..c1c3251f098ccd5aca3a265d54a3d91dd71d2e94 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
@@ -18,9 +18,9 @@ parameter count: 1 |
bytecode array length: 9 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
- /* 31 S> */ B(LdaGlobal), U8(1), |
- B(Inc), U8(5), |
- /* 40 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
+ /* 31 S> */ B(LdaGlobal), U8(2), |
+ B(Inc), U8(6), |
+ /* 40 E> */ B(StaGlobalSloppy), U8(0), U8(4), |
/* 48 S> */ B(Return), |
] |
constant pool: [ |
@@ -40,10 +40,10 @@ parameter count: 1 |
bytecode array length: 13 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
- /* 31 S> */ B(LdaGlobal), U8(1), |
+ /* 31 S> */ B(LdaGlobal), U8(2), |
B(ToNumber), R(0), |
- B(Dec), U8(5), |
- /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
+ B(Dec), U8(6), |
+ /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(4), |
B(Ldar), R(0), |
/* 48 S> */ B(Return), |
] |
@@ -64,9 +64,9 @@ parameter count: 1 |
bytecode array length: 9 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
- /* 46 S> */ B(LdaGlobal), U8(1), |
- B(Dec), U8(5), |
- /* 55 E> */ B(StaGlobalStrict), U8(0), U8(3), |
+ /* 46 S> */ B(LdaGlobal), U8(2), |
+ B(Dec), U8(6), |
+ /* 55 E> */ B(StaGlobalStrict), U8(0), U8(4), |
/* 68 S> */ B(Return), |
] |
constant pool: [ |
@@ -86,10 +86,10 @@ parameter count: 1 |
bytecode array length: 13 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
- /* 32 S> */ B(LdaGlobal), U8(1), |
+ /* 32 S> */ B(LdaGlobal), U8(2), |
B(ToNumber), R(0), |
- B(Inc), U8(5), |
- /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
+ B(Inc), U8(6), |
+ /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(4), |
B(Ldar), R(0), |
/* 54 S> */ B(Return), |
] |