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

Unified Diff: test/mjsunit/runtime-gen/functionisarrow.js

Issue 407943002: Missing runtime test (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/runtime-gen/functionisarrow.js
diff --git a/test/mjsunit/runtime-gen/arrayconcat.js b/test/mjsunit/runtime-gen/functionisarrow.js
similarity index 78%
copy from test/mjsunit/runtime-gen/arrayconcat.js
copy to test/mjsunit/runtime-gen/functionisarrow.js
index 0b080697ae0193b7b64a451cc9b42a5124872eca..be4b60511d53231afa99ac146fd1008d24cd85e4 100644
--- a/test/mjsunit/runtime-gen/arrayconcat.js
+++ b/test/mjsunit/runtime-gen/functionisarrow.js
@@ -1,5 +1,5 @@
// Copyright 2014 the V8 project authors. All rights reserved.
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
// Flags: --allow-natives-syntax --harmony
-var arg0 = [1, 'a'];
-%ArrayConcat(arg0);
+var arg0 = () => null;
+%FunctionIsArrow(arg0);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698