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

Function popCurrentFile

src/utility.mjs:55–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55export function popCurrentFile() {
56 currentFile.pop();
57}
58
59function errorPrefix(lineNo) {
60 if (!currentFile.length) return '';

Callers 4

processMacrosFunction · 0.90
preprocessFunction · 0.90
preprocessFilesFunction · 0.90
executeJSLibraryFileFunction · 0.90

Calls 1

popMethod · 0.45

Tested by

no test coverage detected