| 22 | } |
| 23 | |
| 24 | EMSCRIPTEN_BINDINGS(snapchat_djinni_benchmark_ObjectNative) { |
| 25 | em::class_<::snapchat::djinni::benchmark::ObjectNative>("benchmark_ObjectNative") |
| 26 | .smart_ptr<std::shared_ptr<::snapchat::djinni::benchmark::ObjectNative>>("benchmark_ObjectNative") |
| 27 | .function("nativeDestroy", &NativeObjectNative::nativeDestroy) |
| 28 | .function("baseline", NativeObjectNative::baseline) |
| 29 | ; |
| 30 | } |
| 31 | |
| 32 | } // namespace djinni_generated |
nothing calls this directly
no outgoing calls
no test coverage detected