| Index: test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
|
| diff --git a/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden b/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
|
| index adffb750bb7a9aa8777a119878374ab407ca46cf..01ae49c7d3a2f68b5dd2fe10a4dce189aef7e9e4 100644
|
| --- a/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
|
| +++ b/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
|
| @@ -15,9 +15,9 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 6
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
|
| - B(Return),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
|
| + /* 49 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "ab+d",
|
| @@ -33,9 +33,9 @@ frame size: 0
|
| parameter count: 1
|
| bytecode array length: 6
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(CreateRegExpLiteral), U8(0), U8(0), U8(2),
|
| - B(Return),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(2),
|
| + /* 58 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "(\x5cw+)\x5cs(\x5cw+)",
|
| @@ -51,15 +51,15 @@ frame size: 3
|
| parameter count: 1
|
| bytecode array length: 23
|
| bytecodes: [
|
| - B(StackCheck),
|
| - B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
|
| - B(Star), R(1),
|
| - B(LoadIC), R(1), U8(1), U8(3),
|
| - B(Star), R(0),
|
| - B(LdaConstant), U8(2),
|
| - B(Star), R(2),
|
| - B(Call), R(0), R(1), U8(2), U8(1),
|
| - B(Return),
|
| + /* 30 E> */ B(StackCheck),
|
| + /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
|
| + B(Star), R(1),
|
| + /* 47 E> */ B(LoadIC), R(1), U8(1), U8(3),
|
| + B(Star), R(0),
|
| + B(LdaConstant), U8(2),
|
| + B(Star), R(2),
|
| + /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(1),
|
| + /* 62 S> */ B(Return),
|
| ]
|
| constant pool: [
|
| "ab+d",
|
|
|