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

Function makeRetainedCompilerSettings

src/parseTools.mjs:853–859  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

851}
852
853function makeRetainedCompilerSettings() {
854 const ret = {};
855 for (const name of PUBLIC_SETTINGS) {
856 ret[name] = globalThis[name];
857 }
858 return ret;
859}
860
861// Receives a function as text, and a function that constructs a modified
862// function, to which we pass the parsed-out arguments, body, and possible

Callers 1

preamble.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected