| Index: test/mjsunit/runtime-gen/setiteratornext.js
|
| diff --git a/test/mjsunit/runtime-gen/setiteratornext.js b/test/mjsunit/runtime-gen/setiteratornext.js
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..7c89266c601495201d9887ce19bc0f2dc847160d
|
| --- /dev/null
|
| +++ b/test/mjsunit/runtime-gen/setiteratornext.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 _holder = %SetCreateIterator(new Set(), 2);
|
| +%SetIteratorNext(_holder);
|
|
|