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 2c6616bb58bd7628c17c7ec145daa893e0c1cccb..1e0d530af50f49c6794537902dba9757be3e11b3 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
@@ -36,11 +36,12 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 13 |
+bytecode array length: 15 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
/* 31 S> */ B(LdaGlobal), U8(2), |
B(ToNumber), R(0), |
+ B(Ldar), R(0), |
B(Dec), U8(6), |
/* 44 E> */ B(StaGlobalSloppy), U8(0), U8(4), |
B(Ldar), R(0), |
@@ -82,11 +83,12 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 13 |
+bytecode array length: 15 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
/* 32 S> */ B(LdaGlobal), U8(2), |
B(ToNumber), R(0), |
+ B(Ldar), R(0), |
B(Inc), U8(6), |
/* 50 E> */ B(StaGlobalSloppy), U8(0), U8(4), |
B(Ldar), R(0), |