Home
last modified time | relevance | path

Searched refs:GetArgAddress (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h234 inline uintptr_t GetArgAddress(uint32_t idx) const in GetArgAddress() function
244 uintptr_t addr = GetArgAddress(idx); in SetArg()
252 return JSHandle<JSTaggedValue>(GetArgAddress(idx)); in GetArg()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1481 return Local<JSValueRef>(GetArgAddress(idx)); in GetArgRef()
1484 uintptr_t GetArgAddress(uint32_t idx) const in GetArgAddress() function