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

Function EM_JS

test-suite/generated-src/wasm/NativeConstants.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17namespace {
18 EM_JS(void, djinni_init_testsuite_constants_consts, (), {
19 if (!('testsuite_Constants' in Module)) {
20 Module.testsuite_Constants = {};
21 }
22 Module.testsuite_Constants.BOOL_CONSTANT = true;
23 Module.testsuite_Constants.I8_CONSTANT = 1;
24 Module.testsuite_Constants.I16_CONSTANT = 2;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected