MCPcopy Create free account
hub / github.com/microsoft/SandDance / finishObjectExpression

Function finishObjectExpression

docs/app/js/sanddance-app.js:144057–144061  ·  view source on GitHub ↗
(properties)

Source from the content-addressed store, hash-verified

144055 return node;
144056}
144057function finishObjectExpression(properties) {
144058 const node = new ASTNode(SyntaxObjectExpression);
144059 node.properties = properties;
144060 return node;
144061}
144062function finishProperty(kind, key, value) {
144063 const node = new ASTNode(SyntaxProperty);
144064 node.key = key;

Callers 1

parseObjectInitialiserFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected