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

Function ASTNode

docs/tests/v2/es6/js/sanddance.js:127776–127778  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

127774exports.UnaryExpression = UnaryExpression;
127775
127776function ASTNode(type) {
127777 this.type = type;
127778}
127779
127780ASTNode.prototype.visit = function (visitor) {
127781 var node = this,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected