MCPcopy 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
936function makeIdentifier(name) {
937 return {
938 type: 'Identifier',
939 name: name,
940 };
941}
942
943function makeCallExpression(node, name, args) {
944 Object.assign(node, {

Callers 2

makeCallExpressionFunction · 0.85
asanifyTransformFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected