Home
last modified time | relevance | path

Searched defs:isStatementOrExpression (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts30 public isStatementOrExpression() { return false; } method in AST
356 public isStatementOrExpression() { return true; } method in Expression
829 public isStatementOrExpression() { return true; } method in ImportDeclaration
898 public isStatementOrExpression() { return true; } method in BoundDecl
1302 public isStatementOrExpression() { return true; } method in Statement
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2411 AST.prototype.isStatementOrExpression = function () { return false; }; method in AST
2722 Expression.prototype.isStatementOrExpression = function () { return true; }; method in Expression
3191 ImportDeclaration.prototype.isStatementOrExpression = function () { return true; }; method in ImportDeclaration
3253 BoundDecl.prototype.isStatementOrExpression = function () { return true; }; method in BoundDecl
3624 Statement.prototype.isStatementOrExpression = function () { return true; }; method in Statement