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.cpp113 JSHandle<JSTaggedValue> receiverHandle(thread, it->GetObject()); in NextInternalSlowpath() local
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h698 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadMiss() local
709 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadValueMiss() local
720 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp471 JSHandle<JSArray> receiverHandle(thread, reinterpret_cast<JSArray *>(argReceiver)); in DEF_RUNTIME_STUBS() local
1651 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local
1689 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local