/third_party/typescript/tests/baselines/reference/ |
D | thisTypeInAccessors.errors.txt | 1 …es/thisType/thisTypeInAccessors.ts(8,11): error TS2784: 'get' and 'set' accessors cannot declare '… 2 …es/thisType/thisTypeInAccessors.ts(9,11): error TS2784: 'get' and 'set' accessors cannot declare '… 3 …s/thisType/thisTypeInAccessors.ts(13,11): error TS2784: 'get' and 'set' accessors cannot declare '… 4 …s/thisType/thisTypeInAccessors.ts(19,11): error TS2784: 'get' and 'set' accessors cannot declare '… 5 …s/thisType/thisTypeInAccessors.ts(23,11): error TS2784: 'get' and 'set' accessors cannot declare '… 6 …s/thisType/thisTypeInAccessors.ts(24,11): error TS2784: 'get' and 'set' accessors cannot declare '… 7 …s/thisType/thisTypeInAccessors.ts(29,11): error TS2784: 'get' and 'set' accessors cannot declare '… 8 …s/thisType/thisTypeInAccessors.ts(30,11): error TS2784: 'get' and 'set' accessors cannot declare '… 21 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters. 24 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters. [all …]
|
D | thisTypeInAccessorsNegative.errors.txt | 1 …pe/thisTypeInAccessorsNegative.ts(10,11): error TS2784: 'get' and 'set' accessors cannot declare '… 2 …pe/thisTypeInAccessorsNegative.ts(11,11): error TS2784: 'get' and 'set' accessors cannot declare '… 17 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters. 20 !!! error TS2784: 'get' and 'set' accessors cannot declare 'this' parameters.
|
D | decoratorOnClassAccessor7.errors.txt | 1 …s(26,5): error TS1207: Decorators cannot be applied to multiple get/set accessors of the same name. 2 …s(31,5): error TS1207: Decorators cannot be applied to multiple get/set accessors of the same name. 33 !!! error TS1207: Decorators cannot be applied to multiple get/set accessors of the same name. 40 !!! error TS1207: Decorators cannot be applied to multiple get/set accessors of the same name.
|
D | computedPropertyNames49_ES6.errors.txt | 3 ….ts(18,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 31 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | computedPropertyNames50_ES6.errors.txt | 3 ….ts(18,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 31 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | twoAccessorsWithSameName.errors.txt | 6 ….ts(24,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 46 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | computedPropertyNames49_ES5.errors.txt | 7 ….ts(18,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 43 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | duplicateObjectLiteralProperty.errors.txt | 7 ….ts(16,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 41 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | computedPropertyNames50_ES5.errors.txt | 7 ….ts(18,9): error TS1118: An object literal cannot have multiple get/set accessors with the same na… 43 !!! error TS1118: An object literal cannot have multiple get/set accessors with the same name.
|
D | gettersAndSettersAccessibility.types | 9 public set Baz(n:number) {} // error - accessors do not agree in visibility
|
D | gettersAndSettersAccessibility.symbols | 8 public set Baz(n:number) {} // error - accessors do not agree in visibility
|
D | accessorWithES3.types | 2 // error to use accessors in ES3 mode
|
D | accessorsAreNotContextuallyTyped.types | 2 // accessors are not contextually typed
|
D | contextualTypingOfAccessors.errors.txt | 6 // not contextually typing accessors
|
D | ambientAccessors(target=es3).types | 2 // ok to use accessors in ambient class in ES3
|
D | ambientAccessors(target=es5).types | 2 // ok to use accessors in ambient class in ES3
|
D | contextualTypingOfAccessors.types | 2 // not contextually typing accessors
|
D | contextualTypingOfAccessors.symbols | 2 // not contextually typing accessors
|
D | accessorsAreNotContextuallyTyped.errors.txt | 6 // accessors are not contextually typed
|
D | accessorWithES3.symbols | 2 // error to use accessors in ES3 mode
|
D | gettersAndSettersErrors.types | 34 public set Baz(n:number) {} // error - accessors do not agree in visibility
|
/third_party/node/deps/npm/lib/utils/ |
D | log-shim.js | 6 const accessors = (obj, set) => (k) => ({ function 20 level: accessors(NPMLOG, true), 21 heading: accessors(NPMLOG, true), 22 levels: accessors(NPMLOG), 23 gauge: accessors(NPMLOG), 24 stream: accessors(NPMLOG), 25 tracker: accessors(NPMLOG), 26 progressEnabled: accessors(NPMLOG),
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | regexp-accessors-descriptors.js | 15 var accessors = [ 'flags', 'global', 'ignoreCase', 'multiline', 'source', 'sticky', 'unicode' ] variable 17 accessors.forEach(function(attr) {
|
/third_party/typescript/src/compiler/transformers/ |
D | typeSerializer.ts | 95 const accessors = resolver.getAllAccessorDeclarations(node); constant 96 return accessors.setAccessor && getSetAccessorTypeAnnotationNode(accessors.setAccessor) 97 || accessors.getAccessor && getEffectiveReturnTypeNode(accessors.getAccessor);
|
/third_party/rust/crates/rust-openssl/openssl-errors/ |
D | CHANGELOG.md | 9 * Constructors and accessors on the `Function` and `Reason` types have been made private APIs.
|