Searched refs:prototypeString (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_function.cpp | 356 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/ |
| 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 | 5921 auto prototypeString = GetGlobalConstantValue(VariableType::JS_POINTER(), glue, in OrdinaryHasInstance() local 5923 … constructorPrototype = FastGetPropertyByName(glue, target, prototypeString, ProfileOperation()); in OrdinaryHasInstance()
|