Searched refs:prototypeString (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 353 JSHandle<JSTaggedValue> prototypeString = globalConst->GetHandledPrototypeString(); in OrdinaryHasInstance() local 366 …uctorPrototype.Update(JSTaggedValue::GetProperty(thread, constructor, prototypeString).GetValue()); in OrdinaryHasInstance() 369 …constructorPrototype.Update(JSTaggedValue::GetProperty(thread, constructor, prototypeString).GetVa… in OrdinaryHasInstance()
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | typed_hcr_lowering.cpp | 2863 … auto prototypeString = builder_.GetGlobalConstantValue(ConstantIndex::PROTOTYPE_STRING_INDEX); in LowerOrdinaryHasInstance() local 2865 { target, prototypeString }, gate); in LowerOrdinaryHasInstance()
|
| D | stub_builder.cpp | 5942 auto prototypeString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in OrdinaryHasInstance() local 5944 … constructorPrototype = FastGetPropertyByName(glue, target, prototypeString, ProfileOperation()); in OrdinaryHasInstance()
|