Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
55
export
function
popCurrentFile() {
56
currentFile.pop();
57
}
58
59
function
errorPrefix(lineNo) {
60
if
(!currentFile.length)
return
''
;
Callers
4
processMacros
Function · 0.90
preprocess
Function · 0.90
preprocessFiles
Function · 0.90
executeJSLibraryFile
Function · 0.90
Calls
1
pop
Method · 0.45
Tested by
no test coverage detected