Home
last modified time | relevance | path

Searched defs:isExpression (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource11.ts28 public isExpression() { return false; } method in AST
354 public isExpression() { return true; } method in Expression
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h110 bool isExpression() const { return Kind == Expression; } in isExpression() function
/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2410 AST.prototype.isExpression = function () { return false; }; method in AST
2721 Expression.prototype.isExpression = function () { return true; }; method in Expression
/third_party/typescript/lib/
Dtsc.js10675 function isExpression(node) { function
DtypingsInstaller.js14085 function isExpression(node) { function