Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1122)

Unified Diff: test/cctest/interpreter/bytecode_expectations/ForOf.golden

Issue 1596483005: Add ES2015 RegExp full subclassing semantics behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: camelCase Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/messages.h ('k') | test/mjsunit/harmony/regexp-change-exec.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/ForOf.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ForOf.golden b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
index f10445048fb6ed1a1c34a42eb5a0c3c487c2a081..5442f5d43a96be7d21d72f762cd06dfedd296551 100644
--- a/test/cctest/interpreter/bytecode_expectations/ForOf.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ForOf.golden
@@ -119,7 +119,7 @@ bytecodes: [
B(TestEqualStrict), R(12),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), U16(137),
+ B(Wide), B(LdaSmi), U16(138),
B(Star), R(12),
B(LdaConstant), U8(8),
B(Star), R(13),
@@ -302,7 +302,7 @@ bytecodes: [
B(TestEqualStrict), R(13),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), U16(137),
+ B(Wide), B(LdaSmi), U16(138),
B(Star), R(13),
B(LdaConstant), U8(8),
B(Star), R(14),
@@ -499,7 +499,7 @@ bytecodes: [
B(TestEqualStrict), R(12),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), U16(137),
+ B(Wide), B(LdaSmi), U16(138),
B(Star), R(12),
B(LdaConstant), U8(8),
B(Star), R(13),
@@ -686,7 +686,7 @@ bytecodes: [
B(TestEqualStrict), R(11),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
- B(Wide), B(LdaSmi), U16(137),
+ B(Wide), B(LdaSmi), U16(138),
B(Star), R(11),
B(LdaConstant), U8(10),
B(Star), R(12),
« no previous file with comments | « src/messages.h ('k') | test/mjsunit/harmony/regexp-change-exec.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698