Home
last modified time | relevance | path

Searched refs:constructorPrototype (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp187 JSHandle<JSTaggedValue> constructorPrototype = in OrdinaryHasInstance() local
195 if (!constructorPrototype->IsECMAObject()) { in OrdinaryHasInstance()
206 if (JSTaggedValue::SameValue(object, constructorPrototype)) { in OrdinaryHasInstance()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp3705 …GateRef constructorPrototype = FastGetPropertyByName(glue, target, prototypeString, ProfileOperati… in OrdinaryHasInstance() local
3723 Branch(TaggedIsHeapObject(constructorPrototype), &constructorPrototypeIsHeapObject, in OrdinaryHasInstance()
3726 … Branch(TaggedObjectIsEcmaObject(constructorPrototype), &constructorPrototypeIsEcmaObject, in OrdinaryHasInstance()
3753 GateRef isEqual = SameValue(glue, *object, constructorPrototype); in OrdinaryHasInstance()