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

Unified Diff: test/webkit/regexp-compile.js

Issue 1448933002: Introduce a BuiltinsConstructStub that sets up new.target and does a [[call]] per ES6 9.3.2 (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 1 month 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 | « test/webkit/fast/regex/constructor-expected.txt ('k') | test/webkit/regexp-compile-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/regexp-compile.js
diff --git a/test/webkit/regexp-compile.js b/test/webkit/regexp-compile.js
index b06ac22e192d8a029daf12128c2ac56d5f5aad1b..ec231300828e32477e2679054543ebcb8600a0ba 100644
--- a/test/webkit/regexp-compile.js
+++ b/test/webkit/regexp-compile.js
@@ -55,7 +55,7 @@ shouldBe("re.toString()", "'/c/i'");
shouldThrow("re.compile(new RegExp('+'));");
re.compile(undefined);
-shouldBe("re.toString()", "'/undefined/'");
+shouldBe("re.toString()", "'/(?:)/'");
re.compile(null);
shouldBe("re.toString()", "'/null/'");
« no previous file with comments | « test/webkit/fast/regex/constructor-expected.txt ('k') | test/webkit/regexp-compile-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698