MCPcopy Create free account
hub / github.com/Snapchat/djinni / EMSCRIPTEN_BINDINGS

Function EMSCRIPTEN_BINDINGS

perftest/generated-src/wasm/NativeObjectNative.cpp:24–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24EMSCRIPTEN_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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected