/arkcompiler/ets_runtime/test/aottest/large_func/ |
D | large_func.ts | 16 function add(a:number, b:number):number function
|
/arkcompiler/ets_frontend/arkguard/test/grammar/function_validation/ |
D | anonymous_function.ts | 18 function add(x, y): any { function
|
D | function_types.ts | 18 function add(x: number, y: number): number { function
|
/arkcompiler/ets_runtime/test/aottest/large_func_acc/ |
D | large_func_acc.ts | 16 function add(a:number, b:number):number function
|
/arkcompiler/ets_runtime/test/aottest/module/ |
D | add.js | 16 export function add(a, b) function
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | functionSubtypingOfVarArgs.ts | 35 add(listener: (items: string) => void ) { // valid, items is subtype of args method in StringEvent
|
D | functionSubtypingOfVarArgs2.ts | 35 add(listener: (items: string, moreitems: number) => void ) { method in StringEvent
|
D | readonlyFloat32ArrayAssignableWithFloat32Array.ts | 35 function add(a: Float32Array, b: Float32Array, c: Float32Array = a) { function
|
/arkcompiler/ets_frontend/ts2panda/tests/strictmode/ |
D | global.js | 19 function add(a,b) { function
|
D | function_nest2.js | 18 function add(a,b) { function
|
D | function_nest1.js | 19 function add(a,b) { function
|
D | function.js | 16 function add(a,b) { function
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/declarationEmitForModuleImportingModuleAugmentationRetainsImport/ |
D | child1.ts | 25 add: (a: number, b: number) => number; property
|
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
D | safe_hole6.js | 37 Set.prototype.add = () => {}; method in Set
|
/arkcompiler/ets_frontend/ts2panda/src/ |
D | scope.ts | 103 …abstract add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | u… method in Scope 405 …add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in GlobalScope 439 …add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in ModuleScope 493 …add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in FunctionScope 520 …add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in LocalScope
|
D | pandagen.ts | 1519 private add(node: ts.Node | NodeKind, ...insns: IRNode[]): void { method in PandaGen
|
/arkcompiler/ets_frontend/testTs/instype/ |
D | recordexport.ts | 27 export function add(x: number, y: number): number { function
|
D | recordthis.ts | 51 function add(x: number, y: number): number { function
|
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
D | debug_info_test.js | 48 add(o) { method in DataBase
|
/arkcompiler/ets_runtime/test/moduletest/proxy/ |
D | proxy.js | 22 function add(a, b) { function
|
/arkcompiler/runtime_core/compiler/tests/ |
D | liveness_analyzer_test.cpp | 335 auto add = liveness_analyzer->GetInstLifeIntervals(&INS(9)); in TEST_F() local 479 auto add = liveness_analyzer->GetInstLifeIntervals(&INS(6)); in TEST_F() local 518 auto add = la->GetInstLifeIntervals(&INS(2)); in TEST_F() local
|
D | split_resolver_test.cpp | 131 auto add = la->GetInstLifeIntervals(&INS(1)); in TEST_F() local 474 auto add = la->GetInstLifeIntervals(&INS(8)); in TEST_F() local 582 auto add = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local 679 auto add = la->GetInstLifeIntervals(&INS(4)); in TEST_F() local
|
D | life_intervals_test.cpp | 182 auto add = &INS(2); in TEST_F() local
|
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/ |
D | stubbuilder.js | 767 function add(...theArgs) { function
|
/arkcompiler/ets_frontend/es2panda/test/compiler/js/regAllocator/ |
D | test-spill-fill-with-CFG.js | 84 let add = undefined; variable
|