Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dtransformer.ts200 isSubstitutionEnabled,
276 function isSubstitutionEnabled(node: Node) { function
290 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;
591 isSubstitutionEnabled: notImplemented,
Dtypes.ts8613 isSubstitutionEnabled(node: Node): boolean;
/third_party/typescript/lib/
Dtypescript.d.ts4076 isSubstitutionEnabled(node: Node): boolean; method
DtypescriptServices.d.ts4076 isSubstitutionEnabled(node: Node): boolean; method
Dtsserverlibrary.d.ts4076 isSubstitutionEnabled(node: Node): boolean; method
DtypingsInstaller.js114372 isSubstitutionEnabled: isSubstitutionEnabled, property
114440 function isSubstitutionEnabled(node) { function
114453 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;
114722 isSubstitutionEnabled: ts.notImplemented, property
Dtsc.js94369 isSubstitutionEnabled: isSubstitutionEnabled, property
94426 function isSubstitutionEnabled(node) { function
94432 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;
94650 isSubstitutionEnabled: ts.notImplemented, property
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts4076 isSubstitutionEnabled(node: Node): boolean; method
Dtsserverlibrary.d.ts4076 isSubstitutionEnabled(node: Node): boolean; method