Home
last modified time | relevance | path

Searched refs:accessors (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/typescript/tests/baselines/reference/
DthisTypeInAccessors.errors.txt1 …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 …]
DthisTypeInAccessorsNegative.errors.txt1 …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.
DdecoratorOnClassAccessor7.errors.txt1 …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.
DcomputedPropertyNames49_ES6.errors.txt3 ….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.
DcomputedPropertyNames50_ES6.errors.txt3 ….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.
DtwoAccessorsWithSameName.errors.txt6 ….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.
DcomputedPropertyNames49_ES5.errors.txt7 ….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.
DduplicateObjectLiteralProperty.errors.txt7 ….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.
DcomputedPropertyNames50_ES5.errors.txt7 ….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.
DgettersAndSettersAccessibility.types9 public set Baz(n:number) {} // error - accessors do not agree in visibility
DgettersAndSettersAccessibility.symbols8 public set Baz(n:number) {} // error - accessors do not agree in visibility
DaccessorWithES3.types2 // error to use accessors in ES3 mode
DaccessorsAreNotContextuallyTyped.types2 // accessors are not contextually typed
DcontextualTypingOfAccessors.errors.txt6 // not contextually typing accessors
DambientAccessors(target=es3).types2 // ok to use accessors in ambient class in ES3
DambientAccessors(target=es5).types2 // ok to use accessors in ambient class in ES3
DcontextualTypingOfAccessors.types2 // not contextually typing accessors
DcontextualTypingOfAccessors.symbols2 // not contextually typing accessors
DaccessorsAreNotContextuallyTyped.errors.txt6 // accessors are not contextually typed
DaccessorWithES3.symbols2 // error to use accessors in ES3 mode
DgettersAndSettersErrors.types34 public set Baz(n:number) {} // error - accessors do not agree in visibility
/third_party/node/deps/npm/lib/utils/
Dlog-shim.js6 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/
Dregexp-accessors-descriptors.js15 var accessors = [ 'flags', 'global', 'ignoreCase', 'multiline', 'source', 'sticky', 'unicode' ] variable
17 accessors.forEach(function(attr) {
/third_party/typescript/src/compiler/transformers/
DtypeSerializer.ts95 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/
DCHANGELOG.md9 * Constructors and accessors on the `Function` and `Reason` types have been made private APIs.

12345678