Home
last modified time | relevance | path

Searched refs:initIteratorProto (Results 1 – 17 of 17) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h515 return MaybeNativeObject(global->getOrCreateObject(cx, ITERATOR_PROTO, initIteratorProto)); in getOrCreateIteratorPrototype()
678 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h543 return MaybeNativeObject(global->getOrCreateObject(cx, ITERATOR_PROTO, initIteratorProto)); in getOrCreateIteratorPrototype()
742 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h570 return getOrCreateObject(cx, global, ITERATOR_PROTO, initIteratorProto); in getOrCreateIteratorPrototype()
820 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
H A DIteration.cpp1504 bool GlobalObject::initIteratorProto(JSContext* cx, in initIteratorProto() function in GlobalObject
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h580 getOrCreateObject(cx, global, ITERATOR_PROTO, initIteratorProto)); in getOrCreateIteratorPrototype()
771 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
H A DIteration.cpp1253 /* static */ bool GlobalObject::initIteratorProto( in initIteratorProto() function in GlobalObject
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.cpp997 initIteratorProto); in createIteratorPrototype()
H A DGlobalObject.h1027 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
H A DIteration.cpp1742 bool GlobalObject::initIteratorProto(JSContext* cx, in initIteratorProto() function in GlobalObject
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.cpp1105 return getOrCreateObject(cx, global, ITERATOR_PROTO, initIteratorProto); in createIteratorPrototype()
H A DGlobalObject.h829 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
H A DIteration.cpp1578 bool GlobalObject::initIteratorProto(JSContext* cx, in initIteratorProto() function in GlobalObject
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h829 static bool initIteratorProto(JSContext* cx, Handle<GlobalObject*> global);
H A DGlobalObject.cpp1105 return getOrCreateObject(cx, global, ITERATOR_PROTO, initIteratorProto); in createIteratorPrototype()
H A DIteration.cpp1578 bool GlobalObject::initIteratorProto(JSContext* cx, in initIteratorProto() function in GlobalObject
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsiter.cpp1465 GlobalObject::initIteratorProto(JSContext* cx, Handle<GlobalObject*> global) in initIteratorProto() function in GlobalObject
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsiter.cpp1459 GlobalObject::initIteratorProto(JSContext* cx, Handle<GlobalObject*> global) in initIteratorProto() function in GlobalObject