Home
last modified time | relevance | path

Searched defs:typeFlow (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DparserRealSource11.js2414 AST.prototype.typeCheck = function (typeFlow) { argument
2606 ASTList.prototype.typeCheck = function (typeFlow) { argument
2665 Identifier.prototype.typeCheck = function (typeFlow) { argument
2699 Label.prototype.typeCheck = function (typeFlow) { argument
2742 UnaryExpression.prototype.typeCheck = function (typeFlow) { argument
2881 CallExpression.prototype.typeCheck = function (typeFlow) { argument
2912 BinaryExpression.prototype.typeCheck = function (typeFlow) { argument
3066 ConditionalExpression.prototype.typeCheck = function (typeFlow) { argument
3092 NumberLiteral.prototype.typeCheck = function (typeFlow) { argument
3132 RegexLiteral.prototype.typeCheck = function (typeFlow) { argument
[all …]
DparserRealSource8.js476 function AssignScopeContext(scopeChain, typeFlow, modDeclChain) { argument
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/
DparserRealSource8.ts10 public typeFlow: TypeFlow, property in AssignScopeContext