Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h69 … inline static JSTaggedValue GetArg(uintptr_t argv, [[maybe_unused]] uint32_t argc, uint32_t index) in GetArg() function
/arkcompiler/runtime_core/static_core/runtime/include/
Dcompiler_interface.h140 interpreter::VRegister &GetArg(size_t i) in GetArg() function
/arkcompiler/ets_runtime/ecmascript/
Decma_runtime_call_info.h251 inline JSHandle<JSTaggedValue> GetArg(uint32_t idx) const in GetArg() function