Home
last modified time | relevance | path

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

/test/arkXtest/uitest/napi/
Duitest_napi.cpp124 struct TransactionData { struct
125 string_view apiId_;
126 bool isStaticApi_ = false;
127 size_t argc_ = NAPI_MAX_ARG_COUNT;
128 napi_value jsThis_ = nullptr;
129 napi_value argv_[NAPI_MAX_ARG_COUNT] = {nullptr};
130 TypeId argTypes_[NAPI_MAX_ARG_COUNT] = {TypeId::NONE};
131 TypeId returnType_ = TypeId::NONE;
133 function<napi_value(napi_env, napi_value)> resultInspector_ = nullptr;
135 string jsThisParcel_;
[all …]