diff options
Diffstat (limited to 'deps/v8/test/mjsunit/runtime-gen/parsejson.js')
-rw-r--r-- | deps/v8/test/mjsunit/runtime-gen/parsejson.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/runtime-gen/parsejson.js b/deps/v8/test/mjsunit/runtime-gen/parsejson.js new file mode 100644 index 0000000000..0a038790ea --- /dev/null +++ b/deps/v8/test/mjsunit/runtime-gen/parsejson.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 arg0 = "{}"; +%ParseJson(arg0); |