Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ makeIdentifier
Function
makeIdentifier
tools/acorn-optimizer.mjs:936–941 ·
view source on GitHub ↗
(name)
Source
from the content-addressed store, hash-verified
934
}
935
936
function
makeIdentifier(name) {
937
return
{
938
type
:
'Identifier'
,
939
name: name,
940
};
941
}
942
943
function
makeCallExpression(node, name, args) {
944
Object.assign(node, {
Callers
2
makeCallExpression
Function · 0.85
asanifyTransform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected