Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ createLiteral
Function
createLiteral
tools/acorn-optimizer.mjs:928–934 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
926
}
927
928
function
createLiteral(value) {
929
return
{
930
type
:
'Literal'
,
931
value: value,
932
raw:
''
+ value,
933
};
934
}
935
936
function
makeIdentifier(name) {
937
return
{
Callers
2
multiply
Function · 0.85
safeHeapTransform
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected