MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / printModuleEntry

Method printModuleEntry

src/lib/libembind_gen.js:111–115  ·  view source on GitHub ↗
(nameMap, out)

Source from the content-addressed store, hash-verified

109 }
110
111 printModuleEntry(nameMap, out) {
112 out.push(' ');
113 this.printFunction(nameMap, out);
114 out.push(';\n');
115 }
116
117 // Convert a type definition in this file to something that matches the type
118 // object in embind.js `registerType()`.

Callers 1

printMethod · 0.80

Calls 6

printFunctionMethod · 0.80
printSignatureMethod · 0.80
pushMethod · 0.45
joinMethod · 0.45
printMethod · 0.45
testMethod · 0.45

Tested by

no test coverage detected