Home
last modified time | relevance | path

Searched refs:unique (Results 1 – 25 of 1444) sorted by relevance

12345678910>>...58

/third_party/typescript/tests/baselines/reference/
DuniqueSymbolsErrors.js3 declare const invalidUniqueType: unique number;
4 declare const {}: unique symbol;
5 declare let invalidLetType: unique symbol;
6 declare var invalidVarType: unique symbol;
9 declare function invalidArgType(arg: unique symbol): void;
10 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
11 declare function invalidReturnType(): unique symbol;
12 declare function invalidThisType(this: unique symbol): void;
13 declare function invalidTypePredicate(n: any): n is unique symbol;
14 declare function invalidTypeParameterConstraint<T extends unique symbol>(): void;
[all …]
DuniqueSymbolsDeclarations.types4 >constCall : unique symbol
5 >Symbol() : unique symbol
19 declare const constType: unique symbol;
20 >constType : unique symbol
23 const constTypeAndCall: unique symbol = Symbol();
24 >constTypeAndCall : unique symbol
25 >Symbol() : unique symbol
31 >constCall : unique symbol
43 >constType : unique symbol
47 >constCall : unique symbol
[all …]
DuniqueSymbols.types4 >constCall : unique symbol
5 >Symbol() : unique symbol
19 declare const constType: unique symbol;
20 >constType : unique symbol
23 const constTypeAndCall: unique symbol = Symbol();
24 >constTypeAndCall : unique symbol
25 >Symbol() : unique symbol
31 >constCall : unique symbol
43 >constType : unique symbol
47 >constCall : unique symbol
[all …]
DuniqueSymbolsErrors.types3 declare const invalidUniqueType: unique number;
6 declare const {}: unique symbol;
7 declare let invalidLetType: unique symbol;
10 declare var invalidVarType: unique symbol;
14 declare function invalidArgType(arg: unique symbol): void;
15 >invalidArgType : (arg: unique symbol) => void
18 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
19 >invalidRestArgType : (...arg: (unique symbol)[]) => void
22 declare function invalidReturnType(): unique symbol;
23 >invalidReturnType : () => unique symbol
[all …]
DuniqueSymbolsErrors.errors.txt2 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(3,19): error TS1333: 'unique symb…
3 …/uniqueSymbolsErrors.ts(4,13): error TS1332: A variable whose type is a 'unique symbol' type must …
4 …/uniqueSymbolsErrors.ts(5,13): error TS1332: A variable whose type is a 'unique symbol' type must …
5 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(8,38): error TS1335: 'unique symb…
6 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(9,46): error TS1335: 'unique symb…
7 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(10,39): error TS1335: 'unique sym…
8 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(11,40): error TS1335: 'unique sym…
9 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(12,53): error TS1335: 'unique sym…
10 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(13,59): error TS1335: 'unique sym…
11 tests/cases/conformance/types/uniqueSymbol/uniqueSymbolsErrors.ts(14,50): error TS1335: 'unique sym…
[all …]
DuniqueSymbolsDeclarationsErrors.types2 declare const s: unique symbol;
3 >s : unique symbol
5 interface I { readonly readonlyType: unique symbol; }
6 >readonlyType : unique symbol
16 >p : unique symbol
17 >s : unique symbol
18 >s : unique symbol
21 >p : unique symbol
26 >p : unique symbol
29 >p : unique symbol
[all …]
DuniqueSymbolsErrors.symbols3 declare const invalidUniqueType: unique number;
6 declare const {}: unique symbol;
7 declare let invalidLetType: unique symbol;
10 declare var invalidVarType: unique symbol;
14 declare function invalidArgType(arg: unique symbol): void;
18 declare function invalidRestArgType(...arg: (unique symbol)[]): void;
22 declare function invalidReturnType(): unique symbol;
25 declare function invalidThisType(this: unique symbol): void;
29 declare function invalidTypePredicate(n: any): n is unique symbol;
34 declare function invalidTypeParameterConstraint<T extends unique symbol>(): void;
[all …]
DdynamicNamesErrors.types58 >x : unique symbol
59 >Symbol() : unique symbol
63 >y : unique symbol
64 >Symbol() : unique symbol
68 >z : unique symbol
69 >Symbol() : unique symbol
73 >w : unique symbol
74 >Symbol() : unique symbol
80 >x : unique symbol
84 >y : unique symbol
[all …]
DlateBoundConstraintTypeChecksCorrectly.types2 declare const fooProp: unique symbol;
3 >fooProp : unique symbol
5 declare const barProp: unique symbol;
6 >barProp : unique symbol
9 >BothProps : unique symbol | unique symbol
10 >fooProp : unique symbol
11 >barProp : unique symbol
16 >fooProp : unique symbol
20 >barProp : unique symbol
31 >fooProp : unique symbol
[all …]
DcontextuallyTypedSymbolNamedProperties.types5 >A : unique symbol
6 >Symbol("A") : unique symbol
11 >B : unique symbol
12 >Symbol("B") : unique symbol
20 >type : unique symbol
21 >A : unique symbol
25 >type : unique symbol
26 >B : unique symbol
43 …ion }, [B]: bp => { bp.description },} : { [A]: (ap: unique symbol) => void; [B]: (bp: unique s…
46 >[A] : (ap: unique symbol) => void
[all …]
DclassDeclarationShouldBeOutOfScopeInComputedNames.types6 >p1 : unique symbol
7 >Symbol() : unique symbol
11 >p2 : unique symbol
12 >Symbol() : unique symbol
18 >A.p1 : unique symbol
20 >p1 : unique symbol
25 >A.p2 : unique symbol
27 >p2 : unique symbol
32 >A.p1 : unique symbol
34 >p1 : unique symbol
[all …]
DdecoratorsOnComputedProperties.types41 >Symbol.toStringTag : unique symbol
43 >toStringTag : unique symbol
54 >Symbol.iterator : unique symbol
56 >iterator : unique symbol
65 >Symbol.isConcatSpreadable : unique symbol
67 >isConcatSpreadable : unique symbol
76 >Symbol.match : unique symbol
78 >match : unique symbol
128 >Symbol.toStringTag : unique symbol
130 >toStringTag : unique symbol
[all …]
DjsDeclarationsComputedNames.types3 >TopLevelSym : unique symbol
4 >Symbol() : unique symbol
8 >InnerSym : unique symbol
9 >Symbol() : unique symbol
21 >TopLevelSym : unique symbol
35 >InnerSym : unique symbol
49 >TopLevelSym : unique symbol
50 >Symbol() : unique symbol
54 >InnerSym : unique symbol
55 >Symbol() : unique symbol
[all …]
DindirectUniqueSymbolDeclarationEmit.types3 >x : unique symbol
4 >Symbol() : unique symbol
8 >y : unique symbol
9 >Symbol() : unique symbol
16 >f : () => unique symbol | unique symbol
19 >rand() ? x : y : unique symbol | unique symbol
22 >x : unique symbol
23 >y : unique symbol
DkeyRemappingKeyofResult.types3 >sym : unique symbol
4 >Symbol("") : unique symbol
13 >sym : unique symbol
16 >Okay : string | number | unique symbol
30 >Oops : unique symbol | "str"
36 >x = sym : unique symbol
38 >sym : unique symbol
56 >sym : unique symbol
59 >Okay : string | number | unique symbol | keyof T
62 >a : string | number | unique symbol | keyof T
[all …]
DsymbolProperty18.types8 >Symbol.iterator : unique symbol
10 >iterator : unique symbol
15 >Symbol.toStringTag : unique symbol
17 >toStringTag : unique symbol
22 >Symbol.toPrimitive : unique symbol
24 >toPrimitive : unique symbol
32 >Symbol.iterator : unique symbol
34 >iterator : unique symbol
41 >Symbol.toStringTag : unique symbol
43 >toStringTag : unique symbol
[all …]
DcomputedPropertyName.types3 >onInit : unique symbol
4 >Symbol("onInit") : unique symbol
15 >onInit : unique symbol
23 >onInit : unique symbol
32 >onInit : unique symbol
42 >onInit : unique symbol
50 >onInit : unique symbol
59 >onInit : unique symbol
67 >onInit : unique symbol
75 >onInit : unique symbol
[all …]
DsymbolDeclarationEmit12.types11 >Symbol.iterator : unique symbol
13 >iterator : unique symbol
17 >Symbol.toPrimitive : unique symbol
19 >toPrimitive : unique symbol
24 >Symbol.isConcatSpreadable : unique symbol
26 >isConcatSpreadable : unique symbol
33 >Symbol.toPrimitive : unique symbol
35 >toPrimitive : unique symbol
40 >Symbol.toPrimitive : unique symbol
42 >toPrimitive : unique symbol
DdecoratorsOnComputedProperties.errors.txt1 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
2 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
3 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
4 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
5 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
6 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
11 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
14 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
17 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
18 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
[all …]
DuniqueSymbolAllowsIndexInObjectWithIndexSignature.types3 export const SYM = Symbol('a unique symbol');
4 >SYM : unique symbol
5 >Symbol('a unique symbol') : unique symbol
7 >'a unique symbol' : "a unique symbol"
12 >SYM : unique symbol
22 >SYM : unique symbol
29 >SYM : unique symbol
DsymbolProperty21.types5 >Symbol.unscopables : unique symbol
7 >unscopables : unique symbol
11 >Symbol.isConcatSpreadable : unique symbol
13 >isConcatSpreadable : unique symbol
29 >Symbol.isConcatSpreadable : unique symbol
31 >isConcatSpreadable : unique symbol
36 >Symbol.toPrimitive : unique symbol
38 >toPrimitive : unique symbol
43 >Symbol.unscopables : unique symbol
45 >unscopables : unique symbol
DsymbolProperty40.types7 >Symbol.iterator : unique symbol
9 >iterator : unique symbol
14 >Symbol.iterator : unique symbol
16 >iterator : unique symbol
21 >Symbol.iterator : unique symbol
23 >iterator : unique symbol
40 >Symbol.iterator : unique symbol
42 >iterator : unique symbol
49 >Symbol.iterator : unique symbol
51 >iterator : unique symbol
DcomputedPropertyNames12_ES5.errors.txt1 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
2 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
3 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
4 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
5 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
6 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
7 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
8 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
18 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
21 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
[all …]
DcomputedPropertyNames12_ES6.errors.txt1 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
2 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
3 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
4 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
5 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
6 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
7 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
8 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
18 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
21 …rty name in a class property declaration must have a simple literal type or a 'unique symbol' type.
[all …]
/third_party/node/deps/npm/node_modules/promise-inflight/
Dinflight.js13 function inflight (unique, doFly) { argument
14 return Bluebird.all([unique, doFly]).then(function (args) {
15 const unique = args[0]
17 if (Array.isArray(unique)) {
18 return Bluebird.all(unique).then(function (uniqueArr) {
22 return _inflight(unique, doFly)
26 function _inflight (unique, doFly) { argument
27 if (!active[unique]) {
28 active[unique] = (new Bluebird(function (resolve) {
31 active[unique].then(cleanup, cleanup)
[all …]

12345678910>>...58