| 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 2f3ebd1067f8fc27e29dc4a908d6539e65db522b..df64018375ca6f117ec77c984920507c3973cc9c 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
|
| @@ -18,11 +18,11 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 9
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaGlobal), U8(0), U8(1),
|
| - B(Inc),
|
| - B(StaGlobalSloppy), U8(0), U8(3),
|
| - B(Return),
|
| + /* 26 E> */ B(StackCheck),
|
| + /* 31 S> */ B(LdaGlobal), U8(0), U8(1),
|
| + B(Inc),
|
| + /* 40 E> */ B(StaGlobalSloppy), U8(0), U8(3),
|
| + /* 48 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "global",
|
| @@ -40,14 +40,14 @@ frame size: 1
|
| parameter count: 1
|
| bytecode array length: 14
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaGlobal), U8(0), U8(1),
|
| - B(ToNumber),
|
| - B(Star), R(0),
|
| - B(Dec),
|
| - B(StaGlobalSloppy), U8(0), U8(3),
|
| - B(Ldar), R(0),
|
| - B(Return),
|
| + /* 26 E> */ B(StackCheck),
|
| + /* 31 S> */ B(LdaGlobal), U8(0), U8(1),
|
| + B(ToNumber),
|
| + B(Star), R(0),
|
| + B(Dec),
|
| + /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(3),
|
| + B(Ldar), R(0),
|
| + /* 48 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "global",
|
| @@ -65,11 +65,11 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 9
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaGlobal), U8(0), U8(1),
|
| - B(Dec),
|
| - B(StaGlobalStrict), U8(0), U8(3),
|
| - B(Return),
|
| + /* 27 E> */ B(StackCheck),
|
| + /* 46 S> */ B(LdaGlobal), U8(0), U8(1),
|
| + B(Dec),
|
| + /* 55 E> */ B(StaGlobalStrict), U8(0), U8(3),
|
| + /* 68 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "unallocated",
|
| @@ -87,14 +87,14 @@ frame size: 1
|
| parameter count: 1
|
| bytecode array length: 14
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(LdaGlobal), U8(0), U8(1),
|
| - B(ToNumber),
|
| - B(Star), R(0),
|
| - B(Inc),
|
| - B(StaGlobalSloppy), U8(0), U8(3),
|
| - B(Ldar), R(0),
|
| - B(Return),
|
| + /* 27 E> */ B(StackCheck),
|
| + /* 32 S> */ B(LdaGlobal), U8(0), U8(1),
|
| + B(ToNumber),
|
| + B(Star), R(0),
|
| + B(Inc),
|
| + /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(3),
|
| + B(Ldar), R(0),
|
| + /* 54 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "unallocated",
|
|
|