Home
last modified time | relevance | path

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

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