Home
last modified time | relevance | path

Searched refs:getOrCreateStringIteratorPrototype (Results 1 – 14 of 14) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DIteration.cpp1170 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIteratorTemplate()
1180 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIterator()
1643 JSObject* GlobalObject::getOrCreateStringIteratorPrototype( in getOrCreateStringIteratorPrototype() function in GlobalObject
H A DGlobalObject.h603 static JSObject* getOrCreateStringIteratorPrototype(
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DIteration.cpp1170 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIteratorTemplate()
1180 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIterator()
1643 JSObject* GlobalObject::getOrCreateStringIteratorPrototype( in getOrCreateStringIteratorPrototype() function in GlobalObject
H A DGlobalObject.h603 static JSObject* getOrCreateStringIteratorPrototype(
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DIteration.cpp1310 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIteratorTemplate()
1320 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIterator()
1808 JSObject* GlobalObject::getOrCreateStringIteratorPrototype( in getOrCreateStringIteratorPrototype() function in GlobalObject
H A DGlobalObject.h771 static JSObject* getOrCreateStringIteratorPrototype(
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DIteration.cpp1154 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIteratorTemplate()
1164 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIterator()
H A DGlobalObject.h587 static JSObject* getOrCreateStringIteratorPrototype( in getOrCreateStringIteratorPrototype() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h523 static NativeObject* getOrCreateStringIteratorPrototype(JSContext* cx, in getOrCreateStringIteratorPrototype() function
H A DSelfHosting.cpp498 RootedObject proto(cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in intrinsic_NewStringIterator()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h551 static NativeObject* getOrCreateStringIteratorPrototype(JSContext* cx, in getOrCreateStringIteratorPrototype() function
H A DSelfHosting.cpp831 RootedObject proto(cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global()));
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h589 static NativeObject* getOrCreateStringIteratorPrototype( in getOrCreateStringIteratorPrototype() function
H A DIteration.cpp1000 cx, GlobalObject::getOrCreateStringIteratorPrototype(cx, cx->global())); in NewStringIteratorObject()