Searched defs:receiverHandle (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | js_for_in_iterator.cpp | 113 JSHandle<JSTaggedValue> receiverHandle(thread, it->GetObject()); in NextInternalSlowpath() local
|
| /arkcompiler/ets_runtime/ecmascript/ic/ |
| D | ic_runtime_stub-inl.h | 643 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadMiss() local 654 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in LoadValueMiss() local 665 auto receiverHandle = JSHandle<JSTaggedValue>(thread, receiver); in StoreMiss() local
|
| /arkcompiler/ets_runtime/ecmascript/stubs/ |
| D | runtime_stubs.cpp | 480 JSHandle<JSObject> receiverHandle(thread, reinterpret_cast<JSObject *>(argReceiver)); in DEF_RUNTIME_STUBS() local 495 JSHandle<JSArray> receiverHandle(thread, reinterpret_cast<JSArray *>(argReceiver)); in DEF_RUNTIME_STUBS() local 1680 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local 1718 …JSHandle<JSTaggedValue> receiverHandle = GetHArg<JSTaggedValue>(argv, argc, 1); // 1: means the f… in DEF_RUNTIME_STUBS() local
|