| 12 | } |
| 13 | |
| 14 | EMSCRIPTEN_BINDINGS(snapchat_djinni_benchmark_ObjectPlatform) { |
| 15 | em::class_<::snapchat::djinni::benchmark::ObjectPlatform>("benchmark_ObjectPlatform") |
| 16 | .smart_ptr<std::shared_ptr<::snapchat::djinni::benchmark::ObjectPlatform>>("benchmark_ObjectPlatform") |
| 17 | .function("nativeDestroy", &NativeObjectPlatform::nativeDestroy) |
| 18 | ; |
| 19 | } |
| 20 | |
| 21 | } // namespace djinni_generated |
nothing calls this directly
no outgoing calls
no test coverage detected