Home
last modified time | relevance | path

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

/foundation/arkui/napi/native_engine/
Dnative_value.h54 struct NapiFunctionInfo { struct
55 static NapiFunctionInfo* CreateNewInstance() { return new(std::nothrow) NapiFunctionInfo(); } in CreateNewInstance() argument
56 NapiNativeCallback callback = nullptr;
57 void* data = nullptr;
58 bool isSendable = false;
59 napi_env env = nullptr;
61 int32_t scopeId = -1;