Searched defs:SetCallArg (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_runtime_call_info.h | 97 inline void SetCallArg(uint32_t idx, const JSTaggedValue tagged) in SetCallArg() function 103 inline void SetCallArg(const JSTaggedValue arg) in SetCallArg() function 109 inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1) in SetCallArg() function 116 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 124 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 134 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 145 inline void SetCallArg(int32_t argc, const JSTaggedType argv[]) in SetCallArg() function 152 inline void SetCallArg(uint32_t argsLength, const JSHandle<TaggedArray> args) in SetCallArg() function 159 inline void SetCallArg(uint32_t argsLength, const TaggedArray* args) in SetCallArg() function 166 …inline void SetCallArg(uint32_t argsLength, uint32_t startIndex, const EcmaRuntimeCallInfo* argv, … in SetCallArg() function
|