Home
last modified time | relevance | path

Searched refs:instantiated (Results 1 – 25 of 358) sorted by relevance

12345678910>>...15

/third_party/typescript/tests/baselines/reference/
DtypeofInternalModules.js3 export module instantiated {
11 import importInst = Outer.instantiated;
21 x5 = Outer.instantiated;
30 var instantiated;
31 (function (instantiated) { argument
37 instantiated.C = C;
38 })(instantiated = Outer.instantiated || (Outer.instantiated = {}));
40 var importInst = Outer.instantiated;
47 x5 = Outer.instantiated;
DtypeParameterAssignability2.errors.txt2 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
4 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
6 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
8 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
10 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
12 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
14 …'V' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
16 …'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different…
18 …'V' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su…
20 …'Date' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different…
[all …]
DtypeofInternalModules.errors.txt3 … TS2741: Property 'C' is missing in type 'typeof Outer' but required in type 'typeof instantiated'.
5 …InternalModules.ts(23,1): error TS2741: Property 'instantiated' is missing in type 'typeof instant…
10 export module instantiated {
18 import importInst = Outer.instantiated;
33 … TS2741: Property 'C' is missing in type 'typeof Outer' but required in type 'typeof instantiated'.
35 x5 = Outer.instantiated;
42 !!! error TS2741: Property 'instantiated' is missing in type 'typeof instantiated' but required in …
43 !!! related TS2728 tests/cases/compiler/typeofInternalModules.ts:2:19: 'instantiated' is declared h…
DtypeofInternalModules.types5 export module instantiated {
6 >instantiated : typeof instantiated
16 import importInst = Outer.instantiated;
19 >instantiated : typeof importInst
60 x5 = Outer.instantiated;
61 >x5 = Outer.instantiated : typeof importInst
63 >Outer.instantiated : typeof importInst
65 >instantiated : typeof importInst
DtypeParametersShouldNotBeEqual2.errors.txt2 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
4 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
6 'V' could be instantiated with an arbitrary type which could be unrelated to 'T'.
8 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
10 'V' could be instantiated with an arbitrary type which could be unrelated to 'U'.
12 'T' could be instantiated with an arbitrary type which could be unrelated to 'Object'.
22 !!! error TS2322: 'U' is assignable to the constraint of type 'T', but 'T' could be instantiated
26 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'V…
31 !!! error TS2322: 'V' could be instantiated with an arbitrary type which could be unrelated to 'T…
35 !!! error TS2322: 'U' could be instantiated with an arbitrary type which could be unrelated to 'V…
[all …]
DerrorMessagesIntersectionTypes03.errors.txt2 'T' could be instantiated with an arbitrary type which could be unrelated to 'A & B'.
4 …'A & B' is assignable to the constraint of type 'U', but 'U' could be instantiated with a differen…
6 …'A & B' is assignable to the constraint of type 'V', but 'V' could be instantiated with a differen…
8 'U' could be instantiated with an arbitrary type which could be unrelated to 'T & B'.
10 'V' could be instantiated with an arbitrary type which could be unrelated to 'T & B'.
33 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'A…
37 …'A & B' is assignable to the constraint of type 'U', but 'U' could be instantiated with a differen…
41 …'A & B' is assignable to the constraint of type 'V', but 'V' could be instantiated with a differen…
47 !!! error TS2322: 'U' could be instantiated with an arbitrary type which could be unrelated to 'T…
51 !!! error TS2322: 'V' could be instantiated with an arbitrary type which could be unrelated to 'T…
DtypeofInternalModules.symbols5 export module instantiated {
6 >instantiated : Symbol(instantiated, Decl(typeofInternalModules.ts, 0, 14))
19 import importInst = Outer.instantiated;
22 >instantiated : Symbol(importInst, Decl(typeofInternalModules.ts, 0, 14))
60 x5 = Outer.instantiated;
62 >Outer.instantiated : Symbol(importInst, Decl(typeofInternalModules.ts, 0, 14))
64 >instantiated : Symbol(importInst, Decl(typeofInternalModules.ts, 0, 14))
DgenericTypeAssertions5.errors.txt2 …'A' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
4 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
6 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
8 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
10 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
35 !!! error TS2322: 'A' is assignable to the constraint of type 'T', but 'T' could be instantiated
39 !!! error TS2322: 'B' is assignable to the constraint of type 'T', but 'T' could be instantiated
43 !!! error TS2322: 'C' is assignable to the constraint of type 'T', but 'T' could be instantiated
48 !!! error TS2352: 'B' is assignable to the constraint of type 'T', but 'T' could be instantiated
52 !!! error TS2352: 'C' is assignable to the constraint of type 'T', but 'T' could be instantiated
DgenericTypeAssertions4.errors.txt2 …'A' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
4 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
6 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
8 …'B' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
10 …'C' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
35 !!! error TS2322: 'A' is assignable to the constraint of type 'T', but 'T' could be instantiated
39 !!! error TS2322: 'B' is assignable to the constraint of type 'T', but 'T' could be instantiated
43 !!! error TS2322: 'C' is assignable to the constraint of type 'T', but 'T' could be instantiated
48 !!! error TS2352: 'B' is assignable to the constraint of type 'T', but 'T' could be instantiated
52 !!! error TS2352: 'C' is assignable to the constraint of type 'T', but 'T' could be instantiated
DtypeParameterAssignability3.errors.txt2 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
4 …'T' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su…
6 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
8 …'T' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su…
28 !!! error TS2322: 'U' is assignable to the constraint of type 'T', but 'T' could be instantiated
32 !!! error TS2322: 'T' is assignable to the constraint of type 'U', but 'U' could be instantiated
42 !!! error TS2322: 'U' is assignable to the constraint of type 'T', but 'T' could be instantiated
46 !!! error TS2322: 'T' is assignable to the constraint of type 'U', but 'U' could be instantiated
DassignmentCompatWithGenericCallSignaturesWithOptionalParameters.errors.txt5 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
8 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
13 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
16 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
20 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
24 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
28 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
32 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
35 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
39 'T' could be instantiated with an arbitrary type which could be unrelated to 'T'.
[all …]
DerrorElaborationDivesIntoApparentlyPresentPropsOnly.errors.txt2 …'T' could be instantiated with an arbitrary type which could be unrelated to '{ a: string; b: numb…
4 'T' could be instantiated with an arbitrary type which could be unrelated to '{ a: number; }'.
6 …'{ a: string; }' is assignable to the constraint of type 'T', but 'T' could be instantiated with a…
14 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to '{…
21 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to '{…
28 …ing; }' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differen…
DconstructorImplementationWithDefaultValues2.errors.txt3 'T' could be instantiated with an arbitrary type which could be unrelated to 'number'.
5 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
7 …'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different…
25 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'n…
28 !!! error TS2322: 'U' could be instantiated with an arbitrary type which could be unrelated to 'T…
39 … 'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differen…
DgenericCallWithObjectTypeArgsAndInitializers.errors.txt2 …'number' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differe…
4 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
6 'V' could be instantiated with an arbitrary type which could be unrelated to 'U'.
17 …number' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differen…
21 !!! error TS2322: 'U' could be instantiated with an arbitrary type which could be unrelated to 'T…
27 !!! error TS2322: 'V' could be instantiated with an arbitrary type which could be unrelated to 'U…
DmappedTypeRelationships.errors.txt3 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
6 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
30 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
34 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
37 'T' could be instantiated with an arbitrary type which could be unrelated to 'Partial<T>'.
44 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
51 …'keyof T' is assignable to the constraint of type 'K', but 'K' could be instantiated with a differ…
53 …symbol' is assignable to the constraint of type 'K', but 'K' could be instantiated with a differen…
55 …'string' is assignable to the constraint of type 'K', but 'K' could be instantiated with a differe…
58 …'keyof U' is assignable to the constraint of type 'K', but 'K' could be instantiated with a differ…
[all …]
DgenericCallWithGenericSignatureArguments2.errors.txt5 …'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different…
7 'T' could be instantiated with an arbitrary type which could be unrelated to 'number'.
11 'T' could be instantiated with an arbitrary type which could be unrelated to 'Date'.
14 …'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different…
16 'T' could be instantiated with an arbitrary type which could be unrelated to 'number'.
20 'T' could be instantiated with an arbitrary type which could be unrelated to 'Date'.
47 … 'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differen…
51 !!! error TS2345: 'T' could be instantiated with an arbitrary type which could be unrelated to 'n…
65 !!! error TS2345: 'T' could be instantiated with an arbitrary type which could be unrelated t…
96 … 'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a differen…
[all …]
DsubtypesOfTypeParameterWithRecursiveConstraints.errors.txt4 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
8 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
12 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
16 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
20 'V' could be instantiated with an arbitrary type which could be unrelated to 'T'.
24 'V' could be instantiated with an arbitrary type which could be unrelated to 'U'.
29 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
36 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
42 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
48 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
[all …]
DtypeParameterDiamond2.errors.txt2 'Top' could be instantiated with an arbitrary type which could be unrelated to 'T | U'.
4 'Top' could be instantiated with an arbitrary type which could be unrelated to 'Bottom'.
18 !!! error TS2322: 'Top' could be instantiated with an arbitrary type which could be unrelated to …
24 !!! error TS2322: 'Top' could be instantiated with an arbitrary type which could be unrelated to …
DtypeParametersShouldNotBeEqual.errors.txt2 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
4 'T' could be instantiated with an arbitrary type which could be unrelated to 'Object'.
14 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'U…
19 !!! error TS2322: 'T' could be instantiated with an arbitrary type which could be unrelated to 'O…
DsubtypesOfTypeParameterWithConstraints.errors.txt4 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
8 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
12 'T' could be instantiated with an arbitrary type which could be unrelated to 'V'.
16 'U' could be instantiated with an arbitrary type which could be unrelated to 'V'.
20 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
24 …'V' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
28 …'V' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different su…
32 …'Date' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different…
36 …'Date' is assignable to the constraint of type 'U', but 'U' could be instantiated with a different…
40 …'Date' is assignable to the constraint of type 'V', but 'V' could be instantiated with a different…
[all …]
DgenericTypeAssertions6.errors.txt2 'T' could be instantiated with an arbitrary type which could be unrelated to 'U'.
4 'U' could be instantiated with an arbitrary type which could be unrelated to 'T'.
6 …'U' is assignable to the constraint of type 'T', but 'T' could be instantiated with a different su…
20 !!! error TS2352: 'T' could be instantiated with an arbitrary type which could be unrelated to 'U…
25 !!! error TS2352: 'U' could be instantiated with an arbitrary type which could be unrelated to 'T…
39 !!! error TS2352: 'U' is assignable to the constraint of type 'T', but 'T' could be instantiated
/third_party/openssl/doc/life-cycles/
Drand.dot6 instantiated [fontcolor="#c94c4c"];
11 newed -> instantiated [label="EVP_RAND_instantiate"];
12 instantiated -> instantiated [label="EVP_RAND_generate"];
13 instantiated -> uninstantiated [label="EVP_RAND_uninstantiate"];
15 …uninstantiated -> instantiated [label="EVP_RAND_instantiate", style=dashed, color="#034f84", fontc…
/third_party/openssl/doc/man7/
Dlife_cycle-rand.pod24 =item instantiated
61 | | instantiated |
89 start newed instantiated uninstantiated freed
91 EVP_RAND_instantiate instantiated
92 EVP_RAND_generate instantiated
95 EVP_RAND_CTX_get_params newed instantiated uninstantiated freed
96 EVP_RAND_CTX_set_params newed instantiated uninstantiated freed
97 EVP_RAND_CTX_gettable_params newed instantiated uninstantiated freed
98 EVP_RAND_CTX_settable_params newed instantiated uninstantiated freed
110 <th style="border:1px solid" align="center">instantiated</th>
[all …]
/third_party/node/lib/internal/modules/esm/
Dmodule_job.js95 this.instantiated = undefined;
99 if (this.instantiated === undefined) {
100 this.instantiated = this._instantiate();
102 return this.instantiated;
186 dependencyJob.instantiated = resolvedPromise;
/third_party/typescript/tests/cases/compiler/
DtypeofInternalModules.ts2 export module instantiated {
10 import importInst = Outer.instantiated;
20 x5 = Outer.instantiated;

12345678910>>...15