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

Function EM_JS

test-suite/generated-src/wasm/NativeConstantInterfaceWithEnum.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22
23namespace {
24 EM_JS(void, djinni_init_testsuite_constant_interface_with_enum_consts, (), {
25 if (!('testsuite_ConstantInterfaceWithEnum' in Module)) {
26 Module.testsuite_ConstantInterfaceWithEnum = {};
27 }
28 Module.testsuite_ConstantInterfaceWithEnum.CONST_ENUM = Module.testsuite_ConstantEnum.SOME_VALUE;
29 })
30}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected