Home
last modified time | relevance | path

Searched defs:receiverHandle (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_for_in_iterator.cpp120 JSHandle<JSTaggedValue> receiverHandle(thread, it->GetObject(thread)); in NextInternalSlowpath() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h720 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadMiss() local
731 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadValueMiss() local
742 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp483 JSHandle<JSArray> receiverHandle(thread, reinterpret_cast<JSArray *>(argReceiver)); in DEF_RUNTIME_STUBS() local
1650 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local
1688 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local
1707 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local