Home
last modified time | relevance | path

Searched refs:prototypeString (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_function.cpp356 JSHandle<JSTaggedValue> prototypeString = globalConst->GetHandledPrototypeString(); in OrdinaryHasInstance() local
369 …uctorPrototype.Update(JSTaggedValue::GetProperty(thread, constructor, prototypeString).GetValue()); in OrdinaryHasInstance()
372 …constructorPrototype.Update(JSTaggedValue::GetProperty(thread, constructor, prototypeString).GetVa… in OrdinaryHasInstance()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dtyped_hcr_lowering.cpp2863 … auto prototypeString = builder_.GetGlobalConstantValue(ConstantIndex::PROTOTYPE_STRING_INDEX); in LowerOrdinaryHasInstance() local
2865 { target, prototypeString }, gate); in LowerOrdinaryHasInstance()
Dstub_builder.cpp5921 auto prototypeString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in OrdinaryHasInstance() local
5923 … constructorPrototype = FastGetPropertyByName(glue, target, prototypeString, ProfileOperation()); in OrdinaryHasInstance()