Searched defs:SetCallArg (Results 1 – 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/ |
| D | ecma_runtime_call_info.h | 98 inline void SetCallArg(uint32_t idx, const JSTaggedValue tagged) in SetCallArg() function 104 inline void SetCallArg(const JSTaggedValue arg) in SetCallArg() function 110 inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1) in SetCallArg() function 117 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 125 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 135 …inline void SetCallArg(const JSTaggedValue arg0, const JSTaggedValue arg1, const JSTaggedValue arg… in SetCallArg() function 146 inline void SetCallArg(int32_t argc, const JSTaggedType argv[]) in SetCallArg() function 153 inline void SetCallArg(uint32_t argsLength, const JSHandle<TaggedArray> args) in SetCallArg() function 160 inline void SetCallArg(uint32_t argsLength, const TaggedArray* args) in SetCallArg() function 167 …inline void SetCallArg(uint32_t argsLength, uint32_t startIndex, const EcmaRuntimeCallInfo* argv, … in SetCallArg() function
|