Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/base/
Dbuiltins_base.h52 static inline JSHandle<JSTaggedValue> GetCallArg(EcmaRuntimeCallInfo *msg, uint32_t position) in GetCallArg() function
/ark/js_runtime/ecmascript/
Decma_runtime_call_info.h87 inline JSHandle<JSTaggedValue> GetCallArg(uint32_t idx) const in GetCallArg() function