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