2014-05-08 13:11:59 +00:00
|
|
|
// Copyright 2014 the V8 project authors. All rights reserved.
|
|
|
|
// AUTO-GENERATED BY tools/generate-runtime-tests.py, DO NOT MODIFY
|
2014-08-08 09:58:19 +00:00
|
|
|
// Flags: --allow-natives-syntax --harmony --harmony-proxies
|
2014-06-03 00:34:01 +00:00
|
|
|
var _holder = new Set().values();
|
2014-06-26 00:40:45 +00:00
|
|
|
var _value_array = new Array();
|
|
|
|
%SetIteratorNext(_holder, _value_array);
|