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

Function EM_JS

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

Source from the content-addressed store, hash-verified

16
17namespace {
18 EM_JS(void, djinni_init_testsuite_extended_record_consts, (), {
19 if (!('testsuite_ExtendedRecord' in Module)) {
20 Module.testsuite_ExtendedRecord = {};
21 }
22 Module.testsuite_ExtendedRecord.EXTENDED_RECORD_CONST = {
23 foo: true
24 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected