| Index: test/mjsunit/builtins.js
|
| diff --git a/test/mjsunit/builtins.js b/test/mjsunit/builtins.js
|
| index 3c92af82509b34b2fa2502d6174c61efd5ba5d75..fe7d35d8ea160fc447fe187980488f27a1581bbf 100644
|
| --- a/test/mjsunit/builtins.js
|
| +++ b/test/mjsunit/builtins.js
|
| @@ -41,7 +41,9 @@ function isFunction(obj) {
|
| function isV8Native(name) {
|
| return name == "GeneratorFunctionPrototype" ||
|
| name == "SetIterator" ||
|
| - name == "MapIterator";
|
| + name == "MapIterator" ||
|
| + name == "ArrayIterator" ||
|
| + name == "StringIterator";
|
| }
|
|
|
| function checkConstructor(func, name) {
|
|
|