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

Function EM_JS

test-suite/generated-src/wasm/NativeConstantsInterface.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33namespace {
34 EM_JS(void, djinni_init_testsuite_constants_interface_consts, (), {
35 if (!('testsuite_ConstantsInterface' in Module)) {
36 Module.testsuite_ConstantsInterface = {};
37 }
38 Module.testsuite_ConstantsInterface.BOOL_CONSTANT = true;
39 Module.testsuite_ConstantsInterface.I8_CONSTANT = 1;
40 Module.testsuite_ConstantsInterface.I16_CONSTANT = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected