summaryrefslogtreecommitdiff
path: root/deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden')
-rw-r--r--deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden16
1 files changed, 7 insertions, 9 deletions
diff --git a/deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden b/deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
index 3637f78230..03973619fd 100644
--- a/deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
+++ b/deps/v8/test/cctest/interpreter/bytecode_expectations/RegExpLiterals.golden
@@ -3,8 +3,6 @@
#
---
-pool type: string
-execute: yes
wrap: yes
---
@@ -20,7 +18,7 @@ bytecodes: [
/* 49 S> */ B(Return),
]
constant pool: [
- "ab+d",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"],
]
handlers: [
]
@@ -38,7 +36,7 @@ bytecodes: [
/* 58 S> */ B(Return),
]
constant pool: [
- "(\u005cw+)\u005cs(\u005cw+)",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["(\u005cw+)\u005cs(\u005cw+)"],
]
handlers: [
]
@@ -54,16 +52,16 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
B(Star), R(1),
- /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(3), R(0),
+ /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(4), R(0),
B(LdaConstant), U8(2),
B(Star), R(2),
- /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(1),
+ /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(2),
/* 62 S> */ B(Return),
]
constant pool: [
- "ab+d",
- "exec",
- "abdd",
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"],
+ ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"],
]
handlers: [
]