Home
last modified time | relevance | path

Searched defs:isCompoundStatement (Results 1 – 1 of 1) 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