Home
last modified time | relevance | path

Searched refs:signatures (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/third_party/typescript/tests/baselines/reference/
DmemberFunctionsWithPublicPrivateOverloads.errors.txt1 …erFunctionsWithPublicPrivateOverloads.ts(3,12): error TS2385: Overload signatures must all be publ…
2 …erFunctionsWithPublicPrivateOverloads.ts(7,12): error TS2385: Overload signatures must all be publ…
3 …rFunctionsWithPublicPrivateOverloads.ts(12,19): error TS2385: Overload signatures must all be publ…
4 …rFunctionsWithPublicPrivateOverloads.ts(15,15): error TS2385: Overload signatures must all be publ…
5 …rFunctionsWithPublicPrivateOverloads.ts(16,15): error TS2385: Overload signatures must all be publ…
6 …rFunctionsWithPublicPrivateOverloads.ts(20,19): error TS2385: Overload signatures must all be publ…
7 …rFunctionsWithPublicPrivateOverloads.ts(25,19): error TS2385: Overload signatures must all be publ…
8 …rFunctionsWithPublicPrivateOverloads.ts(32,12): error TS2385: Overload signatures must all be publ…
9 …rFunctionsWithPublicPrivateOverloads.ts(36,12): error TS2385: Overload signatures must all be publ…
10 …rFunctionsWithPublicPrivateOverloads.ts(41,15): error TS2385: Overload signatures must all be publ…
[all …]
DbetterErrorForAccidentalCall.errors.txt2 Type 'String' has no call signatures.
4 Type 'String' has no call signatures.
6 Type 'String' has no call signatures.
8 Type 'String' has no call signatures.
10 Type 'String' has no call signatures.
19 !!! error TS2349: Type 'String' has no call signatures.
24 !!! error TS2349: Type 'String' has no call signatures.
29 !!! error TS2349: Type 'String' has no call signatures.
36 !!! error TS2349: Type 'String' has no call signatures.
43 !!! error TS2349: Type 'String' has no call signatures.
DoverloadModifiersMustAgree.errors.txt1 tests/cases/compiler/overloadModifiersMustAgree.ts(2,12): error TS2385: Overload signatures must al…
2 tests/cases/compiler/overloadModifiersMustAgree.ts(6,18): error TS2384: Overload signatures must al…
3 tests/cases/compiler/overloadModifiersMustAgree.ts(7,17): error TS2383: Overload signatures must al…
4 tests/cases/compiler/overloadModifiersMustAgree.ts(12,5): error TS2386: Overload signatures must al…
11 !!! error TS2385: Overload signatures must all be public, private or protected.
17 !!! error TS2384: Overload signatures must all be ambient or non-ambient.
20 !!! error TS2383: Overload signatures must all be exported or non-exported.
27 !!! error TS2386: Overload signatures must all be optional or required.
DassignmentCompatWithStringIndexer2.errors.txt2 Index signatures are incompatible.
5 Index signatures are incompatible.
8 Index signatures are incompatible.
11 Index signatures are incompatible.
14 Index signatures are incompatible.
18 Index signatures are incompatible.
22 Index signatures are incompatible.
26 Index signatures are incompatible.
32 // index signatures must be compatible in assignments
49 !!! error TS2322: Index signatures are incompatible.
[all …]
DassignmentCompatWithStringIndexer.errors.txt2 Index signatures are incompatible.
5 Index signatures are incompatible.
8 Index signatures are incompatible.
11 Index signatures are incompatible.
14 Index signatures are incompatible.
18 Index signatures are incompatible.
22 Index signatures are incompatible.
26 Index signatures are incompatible.
32 // index signatures must be compatible in assignments
49 !!! error TS2322: Index signatures are incompatible.
[all …]
DclassConstructorOverloadsAccessibility.errors.txt1 …classConstructorOverloadsAccessibility.ts(2,2): error TS2385: Overload signatures must all be publ…
2 …classConstructorOverloadsAccessibility.ts(3,2): error TS2385: Overload signatures must all be publ…
3 …lassConstructorOverloadsAccessibility.ts(11,2): error TS2385: Overload signatures must all be publ…
10 !!! error TS2385: Overload signatures must all be public, private or protected.
13 !!! error TS2385: Overload signatures must all be public, private or protected.
23 !!! error TS2385: Overload signatures must all be public, private or protected.
DfunctionOverloadErrors.errors.txt2 …nce/functions/functionOverloadErrors.ts(65,13): error TS2385: Overload signatures must all be publ…
3 …nce/functions/functionOverloadErrors.ts(68,13): error TS2385: Overload signatures must all be publ…
4 …nce/functions/functionOverloadErrors.ts(75,21): error TS2383: Overload signatures must all be expo…
5 …nce/functions/functionOverloadErrors.ts(79,14): error TS2383: Overload signatures must all be expo…
6 …nce/functions/functionOverloadErrors.ts(85,18): error TS2384: Overload signatures must all be ambi…
7 …nce/functions/functionOverloadErrors.ts(90,18): error TS2384: Overload signatures must all be ambi…
21 //Multiple function overload signatures that are identical
32 //Multiple function overload signatures that differ only by return type
83 !!! error TS2385: Overload signatures must all be public, private or protected.
88 !!! error TS2385: Overload signatures must all be public, private or protected.
[all …]
DassignmentCompatWithNumericIndexer2.errors.txt2 Index signatures are incompatible.
5 Index signatures are incompatible.
8 Index signatures are incompatible.
12 Index signatures are incompatible.
16 Index signatures are incompatible.
20 Index signatures are incompatible.
42 !!! error TS2322: Index signatures are incompatible.
51 !!! error TS2322: Index signatures are incompatible.
69 !!! error TS2322: Index signatures are incompatible.
75 !!! error TS2322: Index signatures are incompatible.
[all …]
DassignmentCompatWithNumericIndexer.errors.txt2 Index signatures are incompatible.
5 Index signatures are incompatible.
8 Index signatures are incompatible.
12 Index signatures are incompatible.
16 Index signatures are incompatible.
20 Index signatures are incompatible.
42 !!! error TS2322: Index signatures are incompatible.
51 !!! error TS2322: Index signatures are incompatible.
69 !!! error TS2322: Index signatures are incompatible.
75 !!! error TS2322: Index signatures are incompatible.
[all …]
DoptionalPropertiesSyntax.types3 //functions signatures can be optional
15 //Call signatures can't be optional
24 //Construct signatures can't be optional
34 //Property signatures can be optional
46 //Index signatures can't be optional
DclassAbstractOverloads.errors.txt1 …AbstractKeyword/classAbstractOverloads.ts(7,5): error TS2512: Overload signatures must all be abst…
2 …stractKeyword/classAbstractOverloads.ts(10,14): error TS2512: Overload signatures must all be abst…
3 …stractKeyword/classAbstractOverloads.ts(12,14): error TS2512: Overload signatures must all be abst…
17 !!! error TS2512: Overload signatures must all be abstract or non-abstract.
22 !!! error TS2512: Overload signatures must all be abstract or non-abstract.
26 !!! error TS2512: Overload signatures must all be abstract or non-abstract.
DtsxElementResolution8.errors.txt1 …file.tsx(8,2): error TS2604: JSX element type 'Div' does not have any construct or call signatures.
2 …le.tsx(34,2): error TS2604: JSX element type 'Obj3' does not have any construct or call signatures.
15 !!! error TS2604: JSX element type 'Div' does not have any construct or call signatures.
30 <Obj1 />; // OK, prefer construct signatures
43 !!! error TS2604: JSX element type 'Obj3' does not have any construct or call signatures.
DnewOperator.errors.txt3 Type 'Number' has no construct signatures.
5 Type 'String' has no construct signatures.
13 Type 'Date' has no construct signatures.
18 Type '{ a: string; }' has no construct signatures.
20 … => void) | (new <T>(a: string) => void)' has construct signatures, but none of those signatures a…
39 !!! error TS2351: Type 'Number' has no construct signatures.
43 !!! error TS2351: Type 'String' has no construct signatures.
78 !!! error TS2351: Type 'Date' has no construct signatures.
96 !!! error TS2351: Type '{ a: string; }' has no construct signatures.
103 … => void) | (new <T>(a: string) => void)' has construct signatures, but none of those signatures a…
DbetterErrorForUnionCall.errors.txt5 Type '{ a: string; }' has no call signatures.
7 … number>(a: T) => void) | (<T>(a: string) => void)' has signatures, but none of those signatures a…
22 !!! error TS2349: Type '{ a: string; }' has no call signatures.
28 … number>(a: T) => void) | (<T>(a: string) => void)' has signatures, but none of those signatures a…
DoptionalPropertiesSyntax.errors.txt1 tests/cases/compiler/optionalPropertiesSyntax.ts(4,5): error TS2386: Overload signatures must all b…
21 //functions signatures can be optional
25 !!! error TS2386: Overload signatures must all be optional or required.
30 //Call signatures can't be optional
43 //Construct signatures can't be optional
54 //Property signatures can be optional
69 //Index signatures can't be optional
DcallOnInstance.errors.txt2 Type 'D' has no call signatures.
4 Type 'C' has no call signatures.
17 !!! error TS2349: Type 'D' has no call signatures.
23 !!! error TS2349: Type 'C' has no call signatures.
DcheckJsFiles_skipDiagnostics.errors.txt2 Type 'Number' has no call signatures.
4 Type 'Number' has no call signatures.
39 !!! error TS2349: Type 'Number' has no call signatures.
48 !!! error TS2349: Type 'Number' has no call signatures.
DsubtypingWithNumericIndexer5.errors.txt2 Index signatures are incompatible.
6 Index signatures are incompatible.
10 Index signatures are incompatible.
14 Index signatures are incompatible.
33 !!! error TS2420: Index signatures are incompatible.
60 !!! error TS2420: Index signatures are incompatible.
69 !!! error TS2420: Index signatures are incompatible.
78 !!! error TS2420: Index signatures are incompatible.
DmethodSignaturesWithOverloads.errors.txt1 …gnatures/methodSignaturesWithOverloads.ts(5,5): error TS2386: Overload signatures must all be opti…
2 …natures/methodSignaturesWithOverloads.ts(14,5): error TS2386: Overload signatures must all be opti…
12 !!! error TS2386: Overload signatures must all be optional or required.
23 !!! error TS2386: Overload signatures must all be optional or required.
DoptionalPropertiesSyntax.symbols5 //functions signatures can be optional
19 //Call signatures can't be optional
30 //Construct signatures can't be optional
42 //Property signatures can be optional
56 //Index signatures can't be optional
DcontextualTypeWithUnionTypeCallSignatures.types5 // Let S be the set of types in U that have call signatures.
6 // If S is not empty and the sets of call signatures of the types in S are identical ignoring retur…
7 …has the same set of call signatures, but with return types that are unions of the return types of …
44 // With call signatures with different return type
60 // With call signatures of mismatching parameter type
DsubtypingWithStringIndexer3.errors.txt2 Index signatures are incompatible.
6 Index signatures are incompatible.
10 Index signatures are incompatible.
14 Index signatures are incompatible.
33 !!! error TS2415: Index signatures are incompatible.
61 !!! error TS2415: Index signatures are incompatible.
70 !!! error TS2415: Index signatures are incompatible.
79 !!! error TS2415: Index signatures are incompatible.
DsubtypingWithNumericIndexer2.errors.txt2 Index signatures are incompatible.
6 Index signatures are incompatible.
10 Index signatures are incompatible.
14 Index signatures are incompatible.
33 !!! error TS2430: Index signatures are incompatible.
61 !!! error TS2430: Index signatures are incompatible.
70 !!! error TS2430: Index signatures are incompatible.
79 !!! error TS2430: Index signatures are incompatible.
DsubtypingWithNumericIndexer3.errors.txt2 Index signatures are incompatible.
6 Index signatures are incompatible.
10 Index signatures are incompatible.
14 Index signatures are incompatible.
33 !!! error TS2415: Index signatures are incompatible.
61 !!! error TS2415: Index signatures are incompatible.
70 !!! error TS2415: Index signatures are incompatible.
79 !!! error TS2415: Index signatures are incompatible.
/third_party/node/deps/npm/node_modules/sshpk/lib/formats/
Dopenssh-cert.js67 cert.signatures = {};
68 cert.signatures.openssh = {};
70 cert.signatures.openssh.nonce = sshbuf.readBuffer();
104 cert.signatures.openssh.keyId = sshbuf.readString();
125 cert.signatures.openssh.critical = sshbuf.readBuffer();
126 cert.signatures.openssh.exts = sshbuf.readBuffer();
142 cert.signatures.openssh.signature =
175 if (cert.signatures.openssh === undefined)
176 cert.signatures.openssh = {};
180 delete (cert.signatures.openssh);
[all …]

12345678910>>...31