Searched refs:getCheckFlags (Results 1 – 10 of 10) sorted by relevance
/third_party/typescript/src/services/refactors/ |
D | convertParamsToDestructuredObject.ts | 225 if (symbol && !(getCheckFlags(symbol) & CheckFlags.Synthetic)) {
|
/third_party/typescript/src/compiler/ |
D | checker.ts | 1455 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… 3213 …Debug.assert((getCheckFlags(symbol) & CheckFlags.Instantiated) === 0, "Should never get an instant… 5142 … const propertyIsReverseMapped = !!(getCheckFlags(propertySymbol) & CheckFlags.ReverseMapped); 5147 …if (context.tracker.trackSymbol && getCheckFlags(propertySymbol) & CheckFlags.Late && isLateBoundN… 5330 …dedParams, p => p !== expandedParams[expandedParams.length - 1] && !!(getCheckFlags(p) & CheckFlag… 5419 …st = parameterDeclaration && isRestParameter(parameterDeclaration) || getCheckFlags(parameterSymbo… 5427 … parameterDeclaration && isOptionalParameter(parameterDeclaration) || getCheckFlags(parameterSymbo… 5582 if (getCheckFlags(nextSymbol) & CheckFlags.Instantiated) { 7745 … if (isComputedPropertyName(name) && !(getCheckFlags(symbol) & CheckFlags.Late)) { 9156 const checkFlags = getCheckFlags(symbol); [all …]
|
D | utilities.ts | 5566 export function getCheckFlags(symbol: Symbol): CheckFlags { function 5575 if (getCheckFlags(s) & CheckFlags.Synthetic) {
|
/third_party/typescript/src/services/ |
D | findAllReferences.ts | 2203 … ? { symbol: rootSymbol && !(getCheckFlags(sym) & CheckFlags.Synthetic) ? rootSymbol : sym, kind }
|
/third_party/typescript/lib/ |
D | tsc.js | 14377 function getCheckFlags(symbol) { function 14380 ts.getCheckFlags = getCheckFlags; 14386 if (getCheckFlags(s) & 6) { 36964 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1) === 0, "Should never get an instantiated symbol her… 38287 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1) === 0, "Should never get an instantiated symbol her… 39882 var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192); 39887 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 && isLateBoundName(prop… 40035 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768); }… 40115 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 40123 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|
D | typingsInstaller.js | 18339 function getCheckFlags(symbol) { function 18342 ts.getCheckFlags = getCheckFlags; 18348 if (getCheckFlags(s) & 6 /* Synthetic */) { 45157 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 46747 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 48511 … var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192 /* ReverseMapped */); 48516 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 /* Late */ && isLateBou… 48680 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768 /* … 48760 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 48768 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|
D | tsserverlibrary.js | 18544 function getCheckFlags(symbol) { function 18547 ts.getCheckFlags = getCheckFlags; 18553 if (getCheckFlags(s) & 6 /* Synthetic */) { 45362 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 46952 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 48716 … var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192 /* ReverseMapped */); 48721 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 /* Late */ && isLateBou… 48885 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768 /* … 48965 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 48973 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|
D | typescript.js | 18544 function getCheckFlags(symbol) { function 18547 ts.getCheckFlags = getCheckFlags; 18553 if (getCheckFlags(s) & 6 /* Synthetic */) { 45362 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 46952 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 48716 … var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192 /* ReverseMapped */); 48721 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 /* Late */ && isLateBou… 48885 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768 /* … 48965 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 48973 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|
D | tsserver.js | 18350 function getCheckFlags(symbol) { function 18353 ts.getCheckFlags = getCheckFlags; 18359 if (getCheckFlags(s) & 6 /* Synthetic */) { 45168 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 46758 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 48522 … var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192 /* ReverseMapped */); 48527 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 /* Late */ && isLateBou… 48691 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768 /* … 48771 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 48779 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|
D | typescriptServices.js | 18544 function getCheckFlags(symbol) { function 18547 ts.getCheckFlags = getCheckFlags; 18553 if (getCheckFlags(s) & 6 /* Synthetic */) { 45362 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 46952 …ts.Debug.assert((ts.getCheckFlags(symbol) & 1 /* Instantiated */) === 0, "Should never get an inst… 48716 … var propertyIsReverseMapped = !!(ts.getCheckFlags(propertySymbol) & 8192 /* ReverseMapped */); 48721 …if (context.tracker.trackSymbol && ts.getCheckFlags(propertySymbol) & 4096 /* Late */ && isLateBou… 48885 …(p) { return p !== expandedParams[expandedParams.length - 1] && !!(ts.getCheckFlags(p) & 32768 /* … 48965 …arameterDeclaration && ts.isRestParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… 48973 …rameterDeclaration && isOptionalParameter(parameterDeclaration) || ts.getCheckFlags(parameterSymbo… [all …]
|