Home
last modified time | relevance | path

Searched refs:qux (Results 1 – 25 of 130) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DprivateNameStaticMethodAsync.types4 …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 …]
DprivateNameMethodAsync.types4 …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 …]
DprivateNameComputedPropertyName4(target=esnext).js4 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
DprivateNameComputedPropertyName4(target=es2022).js4 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
DmoduleExportAssignment7.types22 … 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 …]
DprivateNameStaticMethodAsync.symbols19 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))
DprivateNameMethodAsync.symbols19 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))
DobjectRestReadonly.types18 >{ foo: 'bar', baz: 'qux', quux: 'quuz',} : { foo: string; baz: string; quux: string; }
24 baz: 'qux',
26 >'qux' : "qux"
DprivateNameDeclaration.js6 qux = 6; field in A
19 this.qux = 6;
31 qux: number;
DmoduleExportAssignment7.errors.txt4 …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,
DprivateNameComputedPropertyName4(target=es2015).js4 static #qux = 42; field in C1
8 static #qux = 42; field in C2
12 static #qux = 42; field in C3
DprivateNameDeclaration.symbols14 qux = 6;
15 >qux : Symbol(A.qux, Decl(privateNameDeclaration.ts, 3, 16))
DprivateNameAndPropertySignature.types40 declare const y: [{ qux: { #quux: 3 } }];
41 >y : [{ qux: { #quux: 3;}; }]
42 >qux : {}
DmoduleExportAssignment7.symbols31 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))
DdestructuringPropertyAssignmentNameIsNotAssignmentTarget.symbols3 function qux(bar: { value: number }) {
4 >qux : Symbol(qux, Decl(destructuringPropertyAssignmentNameIsNotAssignmentTarget.ts, 0, 0))
DclassAbstractInstantiations2.symbols90 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…
DdiscriminantPropertyCheck.js12 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) {
DprivateNameAndPropertySignature.symbols42 declare const y: [{ qux: { #quux: 3 } }];
44 >qux : Symbol(qux, Decl(privateNameAndPropertySignature.ts, 19, 19))
DdiscriminantPropertyCheck.types20 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 …]
DclassAbstractInstantiations2.types98 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/
DprivateNameComputedPropertyName4.ts6 static #qux = 42;
10 static #qux = 42;
14 static #qux = 42;
/third_party/json/tests/src/
Dunit-json_patch.cpp95 { "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/
DmoduleExportAssignment7.ts14 qux: bar,
51 d: import('./mod').qux,
63 d: typeof import('./mod').qux,
/third_party/typescript/tests/cases/compiler/
DdiscriminantPropertyCheck.ts13 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/
Dtest-common-must-not-mutate-object-deep.mjs9 qux: null, property
76 root.qux = 'gwak';
219 fn.qux = 'quux';
220 assert.strictEqual(fn.qux, 'quux');
221 assert.strictEqual(fnImmutableView.qux, 'quux');

123456