Home
last modified time | relevance | path

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

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts32 public isCompoundStatement() { return false; } method in AST
1304 public isCompoundStatement() { return this.isLoop(); } method in Statement
1575 public isCompoundStatement() { return true; } method in IfStatement
1906 public isCompoundStatement() { return true; } method in WithStatement
1942 public isCompoundStatement() { return true; } method in SwitchStatement
2103 public isCompoundStatement() { return true; } method in TryFinally
2148 public isCompoundStatement() { return true; } method in TryCatch
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2412 AST.prototype.isCompoundStatement = function () { return false; }; method in AST
3625 Statement.prototype.isCompoundStatement = function () { return this.isLoop(); }; method in Statement
3895 IfStatement.prototype.isCompoundStatement = function () { return true; }; method in IfStatement
4221 WithStatement.prototype.isCompoundStatement = function () { return true; }; method in WithStatement
4249 SwitchStatement.prototype.isCompoundStatement = function () { return true; }; method in SwitchStatement
4406 TryFinally.prototype.isCompoundStatement = function () { return true; }; method in TryFinally
4452 TryCatch.prototype.isCompoundStatement = function () { return true; }; method in TryCatch