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 99953e7593aa8cef6ad5525b7fb9cfd5b94cbbb3..6a2406ad12ba47f1b24ad9f8ed0d83fbdd25afa7 100644 |
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden |
@@ -16,11 +16,11 @@ snippet: " |
" |
frame size: 0 |
parameter count: 1 |
-bytecode array length: 8 |
+bytecode array length: 9 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
/* 31 S> */ B(LdaGlobal), U8(1), |
- B(Inc), |
+ B(Inc), U8(5), |
/* 40 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
/* 48 S> */ B(Return), |
] |
@@ -38,12 +38,12 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 12 |
+bytecode array length: 13 |
bytecodes: [ |
/* 26 E> */ B(StackCheck), |
/* 31 S> */ B(LdaGlobal), U8(1), |
B(ToNumber), R(0), |
- B(Dec), |
+ B(Dec), U8(5), |
/* 44 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
B(Ldar), R(0), |
/* 48 S> */ B(Return), |
@@ -62,11 +62,11 @@ snippet: " |
" |
frame size: 0 |
parameter count: 1 |
-bytecode array length: 8 |
+bytecode array length: 9 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
/* 46 S> */ B(LdaGlobal), U8(1), |
- B(Dec), |
+ B(Dec), U8(5), |
/* 55 E> */ B(StaGlobalStrict), U8(0), U8(3), |
/* 68 S> */ B(Return), |
] |
@@ -84,12 +84,12 @@ snippet: " |
" |
frame size: 1 |
parameter count: 1 |
-bytecode array length: 12 |
+bytecode array length: 13 |
bytecodes: [ |
/* 27 E> */ B(StackCheck), |
/* 32 S> */ B(LdaGlobal), U8(1), |
B(ToNumber), R(0), |
- B(Inc), |
+ B(Inc), U8(5), |
/* 50 E> */ B(StaGlobalSloppy), U8(0), U8(3), |
B(Ldar), R(0), |
/* 54 S> */ B(Return), |