/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | specializedSignatureOverloadReturnTypeWithIndexers.ts | 27 f(p: string): { [p: number]: string; }; method 28 f(p: "spec"): { [p: string]: any; } // Should be ok method 31 f(p: string): { [p: number]: string; }; method 32 f(p: "spec"): { [p: number]: any; } // Should be ok method 35 f(p: string): { [p: string]: string; }; method 36 f(p: "spec"): { [p: number]: any; } // Should be error method
|
D | constLocalsInFunctionExpressions.ts | 35 const f = () => x.length; constant 56 const f = () => x.length; constant 74 const f = function() { constant 96 const f = function() { constant 115 const f = () => () => x.length; constant
|
D | genericOverloadSignatures.ts | 26 function f<T>(a: T); function 31 f<T>(x: T): number; method 32 f<T>(x: T): string; method 36 f(x: T): number; method 37 f(x: T): string; method
|
D | staticPropertyAndFunctionWithSameName.ts | 28 static f: number; property in D 29 f() { } method in D
|
D | callGenericFunctionWithZeroTypeArguments.ts | 64 f<T>(x: T): T { method in C 76 f<T>(x: T): T; method 88 f(x: T): T { method in C2 100 f(x: T): T; method
|
D | blockScopedBindingsReassignedInLoop3.ts | 105 let f = () => a; variable 166 let f = () => a; variable 231 let f = () => a; variable
|
D | generics4NoError.ts | 22 interface X { f(): string; } method 23 interface Y { f(): boolean; } method
|
D | generics3.ts | 22 interface X { f(): string; } method 23 interface Y { f(): string; } method
|
D | asyncMethodWithSuper_es6.ts | 66 const f = () => {}; constant 200 const f = () => {}; constant 276 const f = () => {}; constant 549 f() { method in Derived 625 static f() { method in Derived
|
D | declarationEmitNameConflicts3.ts | 37 static f() { } method in C 43 export let v: M.D; // ok
|
D | callSignatureWithoutAnnotationsOrBody.ts | 32 f(); method 51 f(); variable
|
D | declarationEmitProtectedMembers.ts | 54 protected f() { method in C2 78 f() { method in C3
|
D | parenthesizedTypes.ts | 83 let f: (string) => string; variable 87 let f: (string: any) => string; variable
|
D | narrowingDestructuring.ts | 55 const { f: f1 } = value; constant 60 const { f: { a, ...spread } } = value; constant
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/compiler/ |
D | test-ts-namespace-9.ts | 19 export function f() { function 23 export function f() { function
|
D | test-ts-namespace-10.ts | 21 f() { method in ns.ns2.C 28 f() { method in ns.ns2.C
|
/arkcompiler/runtime_core/libpandabase/serializer/ |
D | for_each_tuple.h | 24 void ForEachTupleImpl(Tuple &&tuple, F &&f, std::index_sequence<Index...> /* unused */) in ForEachTupleImpl() 30 void ForEachTuple(Tuple &&tuple, F &&f) in ForEachTuple()
|
/arkcompiler/ets_frontend/es2panda/test/parser/js/ |
D | test-wrong-function-decl-1.js | 17 function f{} function
|
/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-arrow-function1.ts | 17 const f = (): (() => number) => () => 1; constant
|
D | test-export-function.ts | 17 export default function f(x : number); function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/functions/ |
D | test-ts-function-2.ts | 17 function f(this, a : string) function
|
D | test-ts-function-1.ts | 17 function f(this, a : string) { function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/ |
D | test-ts-classes-6.ts | 17 function f(a = class {static a = 1;}) { function
|
/arkcompiler/ets_runtime/test/quickfix/print_string/ |
D | module_modify.js | 16 function f() { function
|
D | module.js | 16 function f() { function
|