Home
last modified time | relevance | path

Searched refs:shadowed (Results 1 – 25 of 72) sorted by relevance

123

/third_party/typescript_eslint/packages/eslint-plugin/src/rules/
Dno-shadow.ts90 shadowed: TSESLint.Scope.Variable,
102 'isValueVariable' in shadowed ? shadowed.isValueVariable : true;
108 shadowed: TSESLint.Scope.Variable,
120 'isValueVariable' in shadowed ? shadowed.isValueVariable : true;
309 const shadowed = getVariableByName(scope.upper, variable.name); constant
310 if (!shadowed) {
315 if (isTypeValueShadow(variable, shadowed)) {
320 if (isFunctionTypeParameterNameValueShadow(variable, shadowed)) {
324 const isESLintGlobal = 'writeable' in shadowed;
326 (shadowed.identifiers.length > 0 ||
[all …]
/third_party/typescript/tests/baselines/reference/
DshadowedReservedCompilerDeclarationsWithNoEmit.errors.txt26 /// shadowed arguments
49 // shadowed require
52 // shadowed exports
DshadowedReservedCompilerDeclarationsWithNoEmit.types42 /// shadowed arguments
87 // shadowed require
92 // shadowed exports
DprivateNamesInNestedClasses-1.errors.txt1 …y '#foo' cannot be accessed on type 'A' within this class because it is shadowed by another privat…
15 a.#foo; // compile-time error, shadowed
17 …y '#foo' cannot be accessed on type 'A' within this class because it is shadowed by another privat…
DshadowedReservedCompilerDeclarationsWithNoEmit.symbols39 /// shadowed arguments
78 // shadowed require
82 // shadowed exports
DprivateNameNestedClassFieldShadowing.errors.txt1 … '#x' cannot be accessed on type 'Base' within this class because it is shadowed by another privat…
13 … '#x' cannot be accessed on type 'Base' within this class because it is shadowed by another privat…
DprivateNamesInNestedClasses-2.errors.txt2 …' cannot be accessed on type 'typeof A' within this class because it is shadowed by another privat…
18 …' cannot be accessed on type 'typeof A' within this class because it is shadowed by another privat…
DconstDeclarationShadowedByVarDeclaration2.types2 // No errors, const declaration is not shadowed
DconstDeclarationShadowedByVarDeclaration2.symbols2 // No errors, const declaration is not shadowed
DconstDeclarationShadowedByVarDeclaration3.types2 // Ensure only checking for const declarations shadowed by vars
DthisShadowingErrorSpans.errors.txt12 …s/compiler/thisShadowingErrorSpans.ts:4:18: An outer value of 'this' is shadowed by this container.
DthisBinding2.errors.txt17 !!! related TS2738 tests/cases/compiler/thisBinding2.ts:8:12: An outer value of 'this' is shadowed
DconstDeclarationShadowedByVarDeclaration3.symbols2 // Ensure only checking for const declarations shadowed by vars
Dlift.errors.txt11 public ll:number; // to be shadowed
Dlift.types8 public ll:number; // to be shadowed
Dlift.symbols8 public ll:number; // to be shadowed
DprivateNamesInNestedClasses-1.types35 a.#foo; // compile-time error, shadowed
/third_party/libsnd/src/GSM610/
DChangeLog13 Renamed variables "exp" to "expon" to avoid shadowed parameter warnigns.
18 Changes tp removed compiler warnings about shadowed parameters.
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/ts-module/
Dname-shadowed-in-body.ts.shot3 exports[`ts-module name-shadowed-in-body 1`] = `
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/functions/function-declaration/
Dname-shadowed-in-body.ts.shot3 exports[`functions function-declaration name-shadowed-in-body 1`] = `
/third_party/gstreamer/gstplugins_good/common/
Drelease.mak29 # shadowed when the corresponding .c and .h files are included.
/third_party/gstreamer/gstplugins_base/common/
Drelease.mak29 # shadowed when the corresponding .c and .h files are included.
/third_party/gstreamer/gstreamer/common/
Drelease.mak29 # shadowed when the corresponding .c and .h files are included.
/third_party/gstreamer/gst_libav/common/
Drelease.mak29 # shadowed when the corresponding .c and .h files are included.
/third_party/gstreamer/gstplugins_bad/common/
Drelease.mak29 # shadowed when the corresponding .c and .h files are included.

123