Index: test/mjsunit/runtime-gen/functionisconcisemethod.js |
diff --git a/test/mjsunit/runtime-gen/functionisconcisemethod.js b/test/mjsunit/runtime-gen/functionisconcisemethod.js |
new file mode 100644 |
index 0000000000000000000000000000000000000000..95bc85bd1d5a8d9e6f94b59935521481cf15fb2a |
--- /dev/null |
+++ b/test/mjsunit/runtime-gen/functionisconcisemethod.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 --harmony-proxies |
+var _f = function() {}; |
+%FunctionIsConciseMethod(_f); |