blob: 45a1a549e1fb1d1f18d1c4511d4247b7d988fd17 [file] [log] [blame]
description("This test makes sure we aren't putting the iterator constructors on the global object.");
var global = this;
shouldBeFalse("'ArrayIterator' in this");
shouldBeFalse("'ArgumentsIterator' in this");
shouldBeFalse("'MapIterator' in this");
shouldBeFalse("'SetIterator' in this");