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;59 int32_t scopeId = -1;