summaryrefslogtreecommitdiff
path: root/deps/v8/test/mjsunit/runtime-gen/compilestring.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/test/mjsunit/runtime-gen/compilestring.js')
-rw-r--r--deps/v8/test/mjsunit/runtime-gen/compilestring.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/runtime-gen/compilestring.js b/deps/v8/test/mjsunit/runtime-gen/compilestring.js
new file mode 100644
index 0000000000..659afcaaef
--- /dev/null
+++ b/deps/v8/test/mjsunit/runtime-gen/compilestring.js
@@ -0,0 +1,6 @@
+// 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 _source = "foo";
+var arg1 = false;
+%CompileString(_source, arg1);