Missing runtime test
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 21 Jul 2014 12:20:05 +0000 (12:20 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 21 Jul 2014 12:20:05 +0000 (12:20 +0000)
TBR=svenpanne@chromium.org
BUG=

Review URL: https://codereview.chromium.org/407943002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22503 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

test/mjsunit/runtime-gen/functionisarrow.js [new file with mode: 0644]

diff --git a/test/mjsunit/runtime-gen/functionisarrow.js b/test/mjsunit/runtime-gen/functionisarrow.js
new file mode 100644 (file)
index 0000000..be4b605
--- /dev/null
@@ -0,0 +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 = () => null;
+%FunctionIsArrow(arg0);