From: rossberg@chromium.org Date: Mon, 21 Jul 2014 12:20:05 +0000 (+0000) Subject: Missing runtime test X-Git-Tag: upstream/4.7.83~8137 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c26920b22bafad599bfd25372273fb263e7a6050;p=platform%2Fupstream%2Fv8.git Missing runtime test 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 --- diff --git a/test/mjsunit/runtime-gen/functionisarrow.js b/test/mjsunit/runtime-gen/functionisarrow.js new file mode 100644 index 0000000..be4b605 --- /dev/null +++ b/test/mjsunit/runtime-gen/functionisarrow.js @@ -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);