diff options
Diffstat (limited to 'deps/v8/test/mjsunit/runtime-gen/truncatestring.js')
-rw-r--r-- | deps/v8/test/mjsunit/runtime-gen/truncatestring.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/runtime-gen/truncatestring.js b/deps/v8/test/mjsunit/runtime-gen/truncatestring.js new file mode 100644 index 000000000..64ef628e5 --- /dev/null +++ b/deps/v8/test/mjsunit/runtime-gen/truncatestring.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 _string = "seqstring"; +var _new_length = 1; +%TruncateString(_string, _new_length); |