Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/ic/
Dic_runtime_stub-inl.h523 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadMiss() local
534 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in StoreMiss() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp299 JSHandle<JSObject> receiverHandle(thread, reinterpret_cast<JSObject *>(argReceiver)); in DEF_RUNTIME_STUBS() local
314 JSHandle<JSArray> receiverHandle(thread, reinterpret_cast<JSArray *>(argReceiver)); in DEF_RUNTIME_STUBS() local
1017 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local
1055 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local