Searched defs:NapiFunctionInfo (Results 1 – 1 of 1) sorted by relevance
54 struct NapiFunctionInfo { struct55 static NapiFunctionInfo* CreateNewInstance() { return new(std::nothrow) NapiFunctionInfo(); } in CreateNewInstance() argument56 NapiNativeCallback callback = nullptr;57 void* data = nullptr;58 bool isSendable = false;59 napi_env env = nullptr;61 int32_t scopeId = -1;