/third_party/typescript/tests/baselines/reference/ |
D | typeofInternalModules.js | 3 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;
|
D | typeParameterAssignability2.errors.txt | 2 '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 …]
|
D | typeofInternalModules.errors.txt | 3 … 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…
|
D | typeofInternalModules.types | 5 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
|
D | typeParametersShouldNotBeEqual2.errors.txt | 2 …'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 …]
|
D | errorMessagesIntersectionTypes03.errors.txt | 2 '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…
|
D | typeofInternalModules.symbols | 5 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))
|
D | genericTypeAssertions5.errors.txt | 2 …'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 …
|
D | genericTypeAssertions4.errors.txt | 2 …'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 …
|
D | typeParameterAssignability3.errors.txt | 2 …'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 …
|
D | assignmentCompatWithGenericCallSignaturesWithOptionalParameters.errors.txt | 5 '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 …]
|
D | errorElaborationDivesIntoApparentlyPresentPropsOnly.errors.txt | 2 …'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…
|
D | constructorImplementationWithDefaultValues2.errors.txt | 3 '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…
|
D | genericCallWithObjectTypeArgsAndInitializers.errors.txt | 2 …'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…
|
D | mappedTypeRelationships.errors.txt | 3 '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 …]
|
D | genericCallWithGenericSignatureArguments2.errors.txt | 5 …'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 …]
|
D | subtypesOfTypeParameterWithRecursiveConstraints.errors.txt | 4 '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 …]
|
D | typeParameterDiamond2.errors.txt | 2 '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 …
|
D | typeParametersShouldNotBeEqual.errors.txt | 2 '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…
|
D | subtypesOfTypeParameterWithConstraints.errors.txt | 4 '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 …]
|
D | genericTypeAssertions6.errors.txt | 2 '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/ |
D | rand.dot | 6 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/ |
D | life_cycle-rand.pod | 24 =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/ |
D | module_job.js | 95 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/ |
D | typeofInternalModules.ts | 2 export module instantiated { 10 import importInst = Outer.instantiated; 20 x5 = Outer.instantiated;
|