/third_party/typescript/tests/baselines/reference/ |
D | privateNameStaticMethodAsync.types | 4 …ext().value || 0) + ((await this.#qux().next()).value || 0); } static *#baz() { yield 42; } … 25 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0); 26 >b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0) : number 40 >((await this.#qux().next()).value || 0) : number 41 >(await this.#qux().next()).value || 0 : number 42 >(await this.#qux().next()).value : number | void 43 >(await this.#qux().next()) : IteratorResult<number, void> 44 >await this.#qux().next() : IteratorResult<number, void> 45 >this.#qux().next() : Promise<IteratorResult<number, void>> 46 >this.#qux().next : (...args: [] | [unknown]) => Promise<IteratorResult<number, void>> [all …]
|
D | privateNameMethodAsync.types | 4 …baz().next().value || 0) + ((await this.#qux().next()).value || 0); } *#baz() { yield 42; } … 25 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0); 26 >b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0) : number 40 >((await this.#qux().next()).value || 0) : number 41 >(await this.#qux().next()).value || 0 : number 42 >(await this.#qux().next()).value : number | void 43 >(await this.#qux().next()) : IteratorResult<number, void> 44 >await this.#qux().next() : IteratorResult<number, void> 45 >this.#qux().next() : Promise<IteratorResult<number, void>> 46 >this.#qux().next : (...args: [] | [unknown]) => Promise<IteratorResult<number, void>> [all …]
|
D | privateNameComputedPropertyName4(target=esnext).js | 4 static #qux = 42; field in C1 8 static #qux = 42; field in C2 12 static #qux = 42; field in C3 20 static #qux = 42; field in C1 24 static #qux = 42; field in C2 28 static #qux = 42; field in C3
|
D | privateNameComputedPropertyName4(target=es2022).js | 4 static #qux = 42; field in C1 8 static #qux = 42; field in C2 12 static #qux = 42; field in C3 20 static #qux = 42; field in C1 24 static #qux = 42; field in C2 28 static #qux = 42; field in C3
|
D | moduleExportAssignment7.types | 22 … foo, qux: bar, baz() { return 5 }, literal: "",} : { Thing: typeof Thing; AnotherThing:… 23 >module.exports : { Thing: typeof Thing; AnotherThing: typeof AnotherThing; foo: () => number; qux:… 24 …Thing: typeof Thing; AnotherThing: typeof AnotherThing; foo: () => number; qux: () => number; baz(… 25 >exports : { Thing: typeof Thing; AnotherThing: typeof AnotherThing; foo: () => number; qux: () => … 26 … foo, qux: bar, baz() { return 5 }, literal: "",} : { Thing: typeof Thing; AnotherThing:… 37 qux: bar, 38 >qux : () => number 54 * @param {import("./mod").qux} d 99 * @param {typeof import("./mod").qux} d 105 …d").AnotherThing, c: typeof import("./mod").foo, d: typeof import("./mod").qux, e: typeof import("… [all …]
|
D | privateNameStaticMethodAsync.symbols | 19 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0); 27 >(await this.#qux().next()).value : Symbol(value, Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.… 28 >this.#qux().next : Symbol(AsyncGenerator.next, Decl(lib.es2018.asyncgenerator.d.ts, --, --)) 29 >this.#qux : Symbol(C.#qux, Decl(privateNameStaticMethodAsync.ts, 6, 32)) 37 static async *#qux() { 38 >#qux : Symbol(C.#qux, Decl(privateNameStaticMethodAsync.ts, 6, 32))
|
D | privateNameMethodAsync.symbols | 19 return b + (this.#baz().next().value || 0) + ((await this.#qux().next()).value || 0); 27 >(await this.#qux().next()).value : Symbol(value, Decl(lib.es2015.iterable.d.ts, --, --), Decl(lib.… 28 >this.#qux().next : Symbol(AsyncGenerator.next, Decl(lib.es2018.asyncgenerator.d.ts, --, --)) 29 >this.#qux : Symbol(C.#qux, Decl(privateNameMethodAsync.ts, 6, 25)) 37 async *#qux() { 38 >#qux : Symbol(C.#qux, Decl(privateNameMethodAsync.ts, 6, 25))
|
D | objectRestReadonly.types | 18 >{ foo: 'bar', baz: 'qux', quux: 'quuz',} : { foo: string; baz: string; quux: string; } 24 baz: 'qux', 26 >'qux' : "qux"
|
D | privateNameDeclaration.js | 6 qux = 6; field in A 19 this.qux = 6; 31 qux: number;
|
D | moduleExportAssignment7.errors.txt | 4 …error TS2694: Namespace '"tests/cases/conformance/salsa/mod".export=' has no exported member 'qux'. 21 qux: bar, 30 * @param {import("./mod").qux} d 43 * @param {typeof import("./mod").qux} d 65 d: import('./mod').qux, 67 …error TS2694: Namespace '"tests/cases/conformance/salsa/mod".export=' has no exported member 'qux'. 83 d: typeof import('./mod').qux,
|
D | privateNameComputedPropertyName4(target=es2015).js | 4 static #qux = 42; field in C1 8 static #qux = 42; field in C2 12 static #qux = 42; field in C3
|
D | privateNameDeclaration.symbols | 14 qux = 6; 15 >qux : Symbol(A.qux, Decl(privateNameDeclaration.ts, 3, 16))
|
D | privateNameAndPropertySignature.types | 40 declare const y: [{ qux: { #quux: 3 } }]; 41 >y : [{ qux: { #quux: 3;}; }] 42 >qux : {}
|
D | moduleExportAssignment7.symbols | 31 qux: bar, 32 >qux : Symbol(qux, Decl(mod.js, 8, 8)) 46 * @param {import("./mod").qux} d 81 * @param {typeof import("./mod").qux} d 125 d: import('./mod').qux, 164 d: typeof import('./mod').qux, 166 >qux : Symbol(qux, Decl(mod.js, 8, 8))
|
D | destructuringPropertyAssignmentNameIsNotAssignmentTarget.symbols | 3 function qux(bar: { value: number }) { 4 >qux : Symbol(qux, Decl(destructuringPropertyAssignmentNameIsNotAssignmentTarget.ts, 0, 0))
|
D | classAbstractInstantiations2.symbols | 90 abstract qux(x : number) : string; 91 >qux : Symbol(G.qux, Decl(classAbstractInstantiations2.ts, 38, 18), Decl(classAbstractInstantiation… 94 abstract qux() : number; 95 >qux : Symbol(G.qux, Decl(classAbstractInstantiations2.ts, 38, 18), Decl(classAbstractInstantiation…
|
D | discriminantPropertyCheck.js | 12 qux: true; 19 qux: false; 59 if (x.qux && x.foo !== undefined) { 65 if (x.foo !== undefined && x.qux) { 275 if (x.qux && x.foo !== undefined) { 280 if (x.foo !== undefined && x.qux) {
|
D | privateNameAndPropertySignature.symbols | 42 declare const y: [{ qux: { #quux: 3 } }]; 44 >qux : Symbol(qux, Decl(privateNameAndPropertySignature.ts, 19, 19))
|
D | discriminantPropertyCheck.types | 20 qux: true; 21 >qux : true 35 qux: false; 36 >qux : false 192 if (x.qux && x.foo !== undefined) { 193 >x.qux && x.foo !== undefined : boolean 194 >x.qux : boolean 196 >qux : boolean 216 if (x.foo !== undefined && x.qux) { 217 >x.foo !== undefined && x.qux : boolean [all …]
|
D | classAbstractInstantiations2.types | 98 abstract qux(x : number) : string; 99 >qux : { (x: number): string; (): number; } 102 abstract qux() : number; 103 >qux : { (x: number): string; (): number; }
|
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/ |
D | privateNameComputedPropertyName4.ts | 6 static #qux = 42; 10 static #qux = 42; 14 static #qux = 42;
|
/third_party/json/tests/src/ |
D | unit-json_patch.cpp | 95 { "op": "add", "path": "/baz", "value": "qux" } 102 "baz": "qux", 124 { "op": "add", "path": "/foo/1", "value": "qux" } 130 { "foo": [ "bar", "qux", "baz" ] } 145 "baz": "qux", 173 { "foo": [ "bar", "qux", "baz" ] } 200 "baz": "qux", 235 "qux": { 244 { "op": "move", "from": "/foo/waldo", "path": "/qux/thud" } 254 "qux": { [all …]
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | moduleExportAssignment7.ts | 14 qux: bar, 51 d: import('./mod').qux, 63 d: typeof import('./mod').qux,
|
/third_party/typescript/tests/cases/compiler/ |
D | discriminantPropertyCheck.ts | 13 qux: true; property 20 qux: false; property 60 if (x.qux && x.foo !== undefined) { 66 if (x.foo !== undefined && x.qux) {
|
/third_party/node/test/parallel/ |
D | test-common-must-not-mutate-object-deep.mjs | 9 qux: null, property 76 root.qux = 'gwak'; 219 fn.qux = 'quux'; 220 assert.strictEqual(fn.qux, 'quux'); 221 assert.strictEqual(fnImmutableView.qux, 'quux');
|