Searched defs:BoundDecl (Results 1 – 2 of 2) sorted by relevance
3241 var BoundDecl = /** @class */ (function (_super) { class3243 function BoundDecl(id, nodeType, nestingLevel) { class in anonymousFunction7ebaa5690600.BoundDecl3253 BoundDecl.prototype.isStatementOrExpression = function () { return true; }; class
888 export class BoundDecl extends AST { class