Home
last modified time | relevance | path

Searched refs:maybeGetArrayPrototype (Results 1 – 20 of 20) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DGlobalObject.h362 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DGlobalObject.h354 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DGlobalObject.h353 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DGlobalObject.h354 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DGlobalObject.h350 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DGlobalObject.h344 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DGlobalObject.h507 NativeObject* maybeGetArrayPrototype() { in maybeGetArrayPrototype() function
/dports/www/firefox-esr/firefox-91.8.0/js/src/builtin/
H A DArray.cpp3895 if (proto == cx->global()->maybeGetArrayPrototype()) { in NewArray()
4038 NativeObject* arrayProto = cx->global()->maybeGetArrayPrototype(); in initialize()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/builtin/
H A DArray.cpp3895 if (proto == cx->global()->maybeGetArrayPrototype()) { in NewArray()
4038 NativeObject* arrayProto = cx->global()->maybeGetArrayPrototype(); in initialize()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/builtin/
H A DArray.cpp4243 if (obj->staticPrototype() != cx->global()->maybeGetArrayPrototype()) { in CanReuseGroupForNewArray()
4391 NativeObject* arrayProto = cx->global()->maybeGetArrayPrototype(); in initialize()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/
H A Djsarray.cpp3579 if (obj->staticPrototype() != cx->global()->maybeGetArrayPrototype()) in NewArrayTryReuseGroup()
3675 NativeObject* arrayProto = cx->global()->maybeGetArrayPrototype(); in initialize()
/dports/www/firefox/firefox-99.0/js/src/builtin/
H A DArray.cpp4512 if (!proto || proto == cx->global()->maybeGetArrayPrototype()) { in NewArrayWithProto()
4743 NativeObject* arrayProto = cx->global()->maybeGetArrayPrototype(); in initialize()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsarray.cpp3569 if (obj->getProto() != cx->global()->maybeGetArrayPrototype()) in NewArrayTryReuseGroup()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsarray.cpp3645 if (obj->staticPrototype() != cx->global()->maybeGetArrayPrototype())
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/
H A DMIR.cpp5339 if (JSObject* proto = script->global().maybeGetArrayPrototype()) in ArrayPrototypeHasIndexedProperty()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DIonBuilder.cpp5707 NativeObject* obj = script()->global().maybeGetArrayPrototype(); in ensureArrayPrototypeIteratorNotModified()
5759 NativeObject* arrayProto = script()->global().maybeGetArrayPrototype(); in jsop_optimize_spreadcall()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DMIR.cpp6362 if (JSObject* proto = script->global().maybeGetArrayPrototype()) in ArrayPrototypeHasIndexedProperty()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCacheIR.cpp4868 auto* proto = cx->global()->maybeGetArrayPrototype(); in IsArrayPrototypeOptimizable()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCacheIR.cpp5013 auto* proto = cx->global()->maybeGetArrayPrototype(); in IsArrayPrototypeOptimizable()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCacheIR.cpp4868 auto* proto = cx->global()->maybeGetArrayPrototype(); in IsArrayPrototypeOptimizable()