Home
last modified time | relevance | path

Searched refs:hasEffectiveModifiers (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/src/compiler/
Dutilities.ts4892 export function hasEffectiveModifiers(node: Node) { function
Dchecker.ts42268 if (!checkGrammarDecoratorsAndModifiers(node) && hasEffectiveModifiers(node)) {
42507 if (!checkGrammarDecoratorsAndModifiers(node) && hasEffectiveModifiers(node)) {
45558 if (hasEffectiveModifiers(parameter)) {
/third_party/typescript/lib/
DtypingsInstaller.js19130 function hasEffectiveModifiers(node) { function
19133 ts.hasEffectiveModifiers = hasEffectiveModifiers;
89209 if (!checkGrammarDecoratorsAndModifiers(node) && ts.hasEffectiveModifiers(node)) {
89431 if (!checkGrammarDecoratorsAndModifiers(node) && ts.hasEffectiveModifiers(node)) {
92241 if (ts.hasEffectiveModifiers(parameter)) {
Dtsc.js15040 function hasEffectiveModifiers(node) { function
15043 ts.hasEffectiveModifiers = hasEffectiveModifiers;
75148 if (!checkGrammarDecoratorsAndModifiers(node) && ts.hasEffectiveModifiers(node)) {
75353 if (!checkGrammarDecoratorsAndModifiers(node) && ts.hasEffectiveModifiers(node)) {
77880 if (ts.hasEffectiveModifiers(parameter)) {