MCPcopy 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
928function createLiteral(value) {
929 return {
930 type: 'Literal',
931 value: value,
932 raw: '' + value,
933 };
934}
935
936function makeIdentifier(name) {
937 return {

Callers 2

multiplyFunction · 0.85
safeHeapTransformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected