Searched defs:isStatementOrExpression (Results 1 – 2 of 2) sorted by relevance
30 public isStatementOrExpression() { return false; } method in AST356 public isStatementOrExpression() { return true; } method in Expression829 public isStatementOrExpression() { return true; } method in ImportDeclaration898 public isStatementOrExpression() { return true; } method in BoundDecl1302 public isStatementOrExpression() { return true; } method in Statement
2411 AST.prototype.isStatementOrExpression = function () { return false; }; method in AST2722 Expression.prototype.isStatementOrExpression = function () { return true; }; method in Expression3191 ImportDeclaration.prototype.isStatementOrExpression = function () { return true; }; method in ImportDeclaration3253 BoundDecl.prototype.isStatementOrExpression = function () { return true; }; method in BoundDecl3624 Statement.prototype.isStatementOrExpression = function () { return true; }; method in Statement