| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
| D | typeParameterUsedAsTypeParameterConstraint2.ts | 68 AssertType(function <T, U extends T>(x: T, y: U) { function bar<V extends T, W extends U>() { … function 70 function bar<V extends T, W extends U>() { function 94 AssertType(function <U extends T, T>(x: T, y: U) { function bar<V extends T, W extends U>() { … function 96 function bar<V extends T, W extends U>() { function 121 AssertType(<T, U extends T>(x: T, y: U) => { function bar<V extends T, W extends U>() { l… function 123 function bar<V extends T, W extends U>() { function 147 AssertType(<U extends T, T>(x: T, y: U) => { function bar<V extends T, W extends U>() { l… function 149 function bar<V extends T, W extends U>() { function
|
| D | specializationError.ts | 27 bar(value: "Menu"): Promise<string>; method 28 bar<T>(value: string, element: string): Promise<T>; method 29 bar<T>(value: string): Promise<T>; method
|
| D | declarationEmitClassMemberNameConflict.ts | 37 bar() { method in C2 52 bar() { method in C3 65 bar() { method in C4
|
| D | resolveInterfaceNameWithSameLetDeclarationName2.ts | 22 interface bar { } interface 23 let bar: bar | foo; variable
|
| D | noImplicitAnyDestructuringInPrivateMethod.ts | 25 private bar({ a, }: Arg): number { method in Bar 31 private bar({ a, }); method in Bar2
|
| D | memberFunctionsWithPublicOverloads.ts | 47 public bar(x: 'hi'); method in D 56 public static bar(x: 'hi'); method in D
|
| D | classAndInterfaceWithSameName.ts | 27 bar: string; property in D 31 bar: string; property
|
| D | mergeTwoInterfaces.ts | 29 bar: number; property 50 bar: T; property 71 bar: number; property 84 bar: T; property
|
| D | varArgParamTypeCheck.ts | 28 AssertType(sequence( function bar() { }, function foo() { callback(()=>{ … function 31 function bar() { function
|
| D | mappedTypeConstraints.ts | 64 AssertType(<T extends TargetProps>(targetProps: T) => { let {bar, ...rest} = targetProps; res… variable 67 let {bar, ...rest} = targetProps; variable
|
| D | typeOfThisInMemberFunctions.ts | 43 static bar() { method in D 58 static bar() { method in E
|
| D | protectedClassPropertyAccessibleWithinSubclass.ts | 55 protected bar() { method in C 90 protected static bar() { this.foo(); method in C
|
| D | destructuringTypeGuardFlow.ts | 45 const { bar, baz, nested: {a, b: text} } = aFoo; constant 75 type bar = { alias 89 const { bar, baz, nested: {a, b: text} } = bBar.elem2; constant
|
| D | derivedTypeDoesNotRequireExtendsClause.ts | 27 bar: number; property in Derived 31 bar: string; property in Derived2
|
| D | literalTypesAndDestructuring.ts | 75 bar: 'yo' | 'ha' | undefined; property 78 let { bar = 'yo' } = {} as Foo; variable
|
| D | parseObjectLiteralsWithoutTypes.ts | 29 let y: { foo: number, bar variable 37 let z: { foo, bar: number variable
|
| D | declFileForClassWithMultipleBaseClasses.ts | 27 bar() { } method in B 43 bar() { } method in D
|
| D | anyAssignabilityInInheritance.ts | 141 export let bar = 1; variable 153 export let bar = 1; variable
|
| D | mergeThreeInterfaces.ts | 29 bar: number; property 57 bar: T; property 86 bar: number; property 105 bar: T; property
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsReexportedCjsAlias/ |
| D | lib.js | 24 function bar(a) { function 39 AssertType(module.exports = { bar, SomeClass}, "typeof module.exports"); property 41 AssertType({ bar, SomeClass}, "{ bar: (string) => string; SomeClass: typeof SomeClass; }"); property
|
| /arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
| D | test-class-method-overload5.ts | 18 bar() { }; method in Foo 19 bar() { }; method in Foo
|
| D | test-class-method-overload6.ts | 18 bar() { }; method in Foo 20 bar() { }; method in Foo
|
| D | test-class-method-overload2.ts | 18 bar(); method in Foo 21 bar(); method in Foo
|
| D | test-function-overload2.ts | 17 function bar(); function
|
| /arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsFileCompilationEmitTrippleSlashReference/ |
| D | c.js | 22 function bar() { function
|