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

Function finishConditionalExpression

docs/tests/v2/es6/js/sanddance.js:128798–128804  ·  view source on GitHub ↗
(test, consequent, alternate)

Source from the content-addressed store, hash-verified

128796}
128797
128798function finishConditionalExpression(test, consequent, alternate) {
128799 var node = new _ast.default(SyntaxConditionalExpression);
128800 node.test = test;
128801 node.consequent = consequent;
128802 node.alternate = alternate;
128803 return node;
128804}
128805
128806function finishIdentifier(name) {
128807 var node = new _ast.default(SyntaxIdentifier);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected