Searched refs:isSubstitutionEnabled (Results 1 – 9 of 9) sorted by relevance
200 isSubstitutionEnabled,276 function isSubstitutionEnabled(node: Node) { function290 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;591 isSubstitutionEnabled: notImplemented,
8613 isSubstitutionEnabled(node: Node): boolean;
4076 isSubstitutionEnabled(node: Node): boolean; method
114372 isSubstitutionEnabled: isSubstitutionEnabled, property114440 function isSubstitutionEnabled(node) { function114453 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;114722 isSubstitutionEnabled: ts.notImplemented, property
94369 isSubstitutionEnabled: isSubstitutionEnabled, property94426 function isSubstitutionEnabled(node) { function94432 return node && isSubstitutionEnabled(node) && onSubstituteNode(hint, node) || node;94650 isSubstitutionEnabled: ts.notImplemented, property