Home
last modified time | relevance | path

Searched refs:isExecutableStatement (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/
Dbinder.ts3472 if (isStatement(node) && isExecutableStatement(node) && isBlock(node.parent)) {
3475 …getRangesWhere(slice, isExecutableStatement, (start, afterEnd) => cb(slice[start], slice[afterEnd …
3482 function isExecutableStatement(s: Statement): boolean { function
/third_party/typescript/lib/
DtypingsInstaller.js50233 if (ts.isStatement(node) && isExecutableStatement(node) && ts.isBlock(node.parent)) {
50236 …ts.getRangesWhere(slice_1, isExecutableStatement, function (start, afterEnd) { return cb(slice_1[s…
50243 function isExecutableStatement(s) { function
Dtsc.js41474 if (ts.isStatement(node) && isExecutableStatement(node) && ts.isBlock(node.parent)) {
41477 …ts.getRangesWhere(slice_1, isExecutableStatement, function (start, afterEnd) { return cb(slice_1[s…
41483 function isExecutableStatement(s) { function