Bug 817368 - Map.prototype.{keys,values,entries}. r=luke.
This commit is contained in:
@@ -948,7 +948,7 @@ ElementIteratorObject::next_impl(JSContext *cx, CallArgs args)
|
||||
}
|
||||
|
||||
Class js::ElementIteratorClass = {
|
||||
"Iterator",
|
||||
"Array Iterator",
|
||||
JSCLASS_IMPLEMENTS_BARRIERS |
|
||||
JSCLASS_HAS_RESERVED_SLOTS(ElementIteratorObject::NumSlots),
|
||||
JS_PropertyStub, /* addProperty */
|
||||
|
||||
Reference in New Issue
Block a user