Home
last modified time | relevance | path

Searched refs:typePredicateToString (Results 1 – 9 of 9) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts520 typePredicateToString: (predicate, enclosingDeclaration, flags) => {
521 … return typePredicateToString(predicate, getParseTreeNode(enclosingDeclaration), flags);
533 … return typePredicateToString(predicate, getParseTreeNode(enclosingDeclaration), flags, writer);
8509 …function typePredicateToString(typePredicate: TypePredicate, enclosingDeclaration?: Node, flags: T… function
18527 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
18536 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
18546 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
Dtypes.ts4731typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla…
/third_party/typescript/lib/
Dtypescript.d.ts2433typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla… method
DtypescriptServices.d.ts2433typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla… method
Dtsserverlibrary.d.ts2433typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla… method
DtypingsInstaller.js50946 typePredicateToString: function (predicate, enclosingDeclaration, flags) { method
50947 … return typePredicateToString(predicate, ts.getParseTreeNode(enclosingDeclaration), flags);
50959 … return typePredicateToString(predicate, ts.getParseTreeNode(enclosingDeclaration), flags, writer);
58100 function typePredicateToString(typePredicate, enclosingDeclaration, flags, writer) { function
67414 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
67422 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
67431 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
Dtsc.js41937 typePredicateToString: function (predicate, enclosingDeclaration, flags) { method
41938 … return typePredicateToString(predicate, ts.getParseTreeNode(enclosingDeclaration), flags);
41950 … return typePredicateToString(predicate, ts.getParseTreeNode(enclosingDeclaration), flags, writer);
48187 function typePredicateToString(typePredicate, enclosingDeclaration, flags, writer) { function
56390 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
56398 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
56407 …gnostics.Type_predicate_0_is_not_assignable_to_1, typePredicateToString(source), typePredicateToSt…
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts2433typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla… method
Dtsserverlibrary.d.ts2433typePredicateToString(predicate: TypePredicate, enclosingDeclaration?: Node, flags?: TypeFormatFla… method