Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ pushCurrentFile
Function
pushCurrentFile
src/utility.mjs:51–53 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
49
let
currentFile = [];
50
51
export
function
pushCurrentFile(f) {
52
currentFile.push(f);
53
}
54
55
export
function
popCurrentFile() {
56
currentFile.pop();
Callers
4
processMacros
Function · 0.90
preprocess
Function · 0.90
preprocessFiles
Function · 0.90
executeJSLibraryFile
Function · 0.90
Calls
1
push
Method · 0.45
Tested by
no test coverage detected