Home
last modified time | relevance | path

Searched refs:funProto (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DJSFunction.cpp1050 Value funProto = fun->global().getPrototype(JSProto_Function); in FunctionHasDefaultHasInstance() local
1051 MOZ_ASSERT(fun->staticPrototype() == &funProto.toObject()); in FunctionHasDefaultHasInstance()
H A DTypeInference.cpp3537 RootedObject funProto(cx, fun->staticPrototype()); in setTypeForScriptedFunction() local
3538 Rooted<TaggedProto> taggedProto(cx, TaggedProto(funProto)); in setTypeForScriptedFunction()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/
H A DCacheIR.cpp3852 Value funProto = cx_->global()->getPrototype(JSProto_Function); in tryAttachStub() local
3853 if (!funProto.isObject() || fun->staticPrototype() != &funProto.toObject()) { in tryAttachStub()
H A DIonBuilder.cpp12271 Value funProto = script()->global().getPrototype(JSProto_Function); in jsop_instanceof() local
12272 if (!funProto.isObject() || in jsop_instanceof()
12273 rhsObject->staticPrototype() != &funProto.toObject()) in jsop_instanceof()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DTypeInference.cpp3401 RootedObject funProto(cx, fun->staticPrototype()); in setTypeForScriptedFunction() local
3402 Rooted<TaggedProto> taggedProto(cx, TaggedProto(funProto)); in setTypeForScriptedFunction()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DTypeInference.cpp3308 RootedObject funProto(cx, fun->getProto()); in setTypeForScriptedFunction() local
3309 Rooted<TaggedProto> taggedProto(cx, TaggedProto(funProto)); in setTypeForScriptedFunction()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DTypeInference.cpp2995 RootedObject funProto(cx, fun->staticPrototype()); in setTypeForScriptedFunction() local
2996 Rooted<TaggedProto> taggedProto(cx, TaggedProto(funProto)); in setTypeForScriptedFunction()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/
H A DBaselineCodeGen.cpp6310 JSObject* funProto = FunctionProtoOperation(cx); in emit_FunctionProto() local
6311 if (!funProto) { in emit_FunctionProto()
6314 frame.push(ObjectValue(*funProto)); in emit_FunctionProto()
H A DCacheIR.cpp4626 Value funProto = cx_->global()->getPrototype(JSProto_Function); in tryAttachStub() local
4627 if (hasInstanceHolder != &funProto.toObject()) { in tryAttachStub()
H A DIonBuilder.cpp12555 Value funProto = script()->global().getPrototype(JSProto_Function); in jsop_instanceof() local
12556 if (!funProto.isObject() || in jsop_instanceof()
12557 rhsObject->staticPrototype() != &funProto.toObject()) { in jsop_instanceof()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/jit/
H A DBaselineIC.cpp7812 Value funProto = cx->global()->getPrototype(JSProto_Function); in TryAttachInstanceOfStub() local
7813 if (funProto.isObject() && fun->staticPrototype() != &funProto.toObject()) in TryAttachInstanceOfStub()
H A DIonBuilder.cpp14040 Value funProto = script()->global().getPrototype(JSProto_Function); in jsop_instanceof() local
14041 if (!funProto.isObject() || rhsObject->staticPrototype() != &funProto.toObject()) in jsop_instanceof()
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/
H A DCacheIR.cpp4647 Value funProto = cx_->global()->getPrototype(JSProto_Function); in tryAttachStub() local
4648 if (hasInstanceHolder != &funProto.toObject()) { in tryAttachStub()
/dports/www/firefox/firefox-99.0/js/src/jit/
H A DCacheIR.cpp4751 JSObject& funProto = cx_->global()->getPrototype(JSProto_Function); in tryAttachStub() local
4752 if (hasInstanceHolder != &funProto) { in tryAttachStub()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/
H A DCacheIR.cpp4647 Value funProto = cx_->global()->getPrototype(JSProto_Function); in tryAttachStub() local
4648 if (hasInstanceHolder != &funProto.toObject()) { in tryAttachStub()