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

Unified Diff: test/webkit/fast/js/arguments.js

Issue 1815033002: Pass legacy const runtime flag to preparser appropriately (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Remove useless webkit test 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 | « test/message/const-decl-no-init-sloppy.out ('k') | test/webkit/fast/js/arguments-expected.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/fast/js/arguments.js
diff --git a/test/webkit/fast/js/arguments.js b/test/webkit/fast/js/arguments.js
index f5b3abfdfb5078e69e31456a8344b494d0a67a51..0e23faaf15151e24ca95bbcddd6b781d16b63f7d 100644
--- a/test/webkit/fast/js/arguments.js
+++ b/test/webkit/fast/js/arguments.js
@@ -574,13 +574,6 @@ function argumentsVarUndefined()
}
shouldBe("argumentsVarUndefined()", "'[object Arguments]'");
-function argumentsConstUndefined()
-{
- const arguments;
- return String(arguments);
-}
-shouldBe("argumentsConstUndefined()", "'[object Arguments]'");
-
function argumentCalleeInException() {
try {
throw "";
« no previous file with comments | « test/message/const-decl-no-init-sloppy.out ('k') | test/webkit/fast/js/arguments-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698