Searched defs:NativeObjectInfo (Results 1 – 1 of 1) sorted by relevance
46 struct NativeObjectInfo { struct47 static NativeObjectInfo* CreateNewInstance() { return new(std::nothrow) NativeObjectInfo(); } in CreateNewInstance() argument48 NativeEngine* engine = nullptr;49 void* nativeObject = nullptr;50 NativeFinalize callback = nullptr;51 void* hint = nullptr;