| /arkcompiler/ets_runtime/test/moduletest/icnotfoundtest/ |
| D | icnotfoundtest.js | 27 function add(obj) { function in Test1 50 function add(obj) { function in Test2 76 function add(obj) { function in Test3 106 function add(obj) { function in Test4 136 function add(obj) { function in Test5 161 function add(f, num) { function in Test6 183 function add(f, num) { function in Test7 205 function add(f, num) { function in Test8 230 function add(obj) { function in Test9 253 function add(obj) { function in Test10
|
| /arkcompiler/ets_runtime/test/aottest/icnotfound/ |
| D | icnotfound.js | 27 function add(obj) { function in Test1 50 function add(obj) { function in Test2 76 function add(obj) { function in Test3 106 function add(obj) { function in Test4 136 function add(obj) { function in Test5 161 function add(f, num) { function in Test6 183 function add(f, num) { function in Test7 205 function add(f, num) { function in Test8 230 function add(obj) { function in Test9 248 function add(obj) { function in Test10
|
| /arkcompiler/ets_runtime/test/jittest/icnotfound/ |
| D | icnotfound.js | 27 function add(obj) { function in Test1 50 function add(obj) { function in Test2 76 function add(obj) { function in Test3 106 function add(obj) { function in Test4 136 function add(obj) { function in Test5 161 function add(f, num) { function in Test6 183 function add(f, num) { function in Test7 205 function add(f, num) { function in Test8 230 function add(obj) { function in Test9
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/ts_to_sts/ |
| D | generic_call_params.ts | 19 const add = (a: number, b: number): number => a + b; constant 35 add(): void; method 45 add(): void { method in Vector 87 const add = (a: number, b: number): number => a + b; constant
|
| D | generic_call_params.js | 33 let add = function (a, b) { return a + b; }; function 47 vector.prototype.add = function () { method in vector 89 let add = function (a, b) { return a + b; }; function
|
| /arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic_call_params/sts_to_ts/ |
| D | check_apply_function_generic.js | 24 function add(a, b) { function 32 const add = (a, b) => a + b; function
|
| D | check_apply_function_generic_union.js | 24 const add = (a, b) => a + b; function
|
| D | check_apply_function_generic_array.js | 25 const add = (a, b) => a + b; function
|
| D | check_generic_subset_class.js | 26 const add = (a, b) => a + b; function
|
| /arkcompiler/ets_runtime/test/aottest/large_func/ |
| D | large_func.ts | 16 function add(a:number, b:number):number function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts-toplevel-await-project/ |
| D | test1.ts | 17 const add = (a: number, b: number): number => { constant
|
| D | test2-exec.ts | 18 const {add} = await import('./test1'); constant
|
| /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_frontend/arkguard/test/grammar/wildcard_comment/keep_comment1/ |
| D | keep_comment1.d.ts | 28 function add(a: number, b: number): number; function
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/ |
| D | removeComments1.d.ts | 27 function add(a: number, b: number): number; function
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/sendable_class_merge_abc_test/ |
| D | sendable_base.ts | 22 add(): void { } method in A
|
| /arkcompiler/ets_runtime/test/aottest/global_value_numbering_ts/ |
| D | global_value_numbering_ts.ts | 71 function add(a: number, b: number): number { function
|
| /arkcompiler/ets_runtime/test/moduletest/module/ |
| D | exportas.js | 32 const add = (a, b) => { function
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/ |
| D | safe_hole6.js | 37 Set.prototype.add = () => {}; method in Set
|
| /arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/ |
| D | analyzeFunctionLike.ts | 45 export const add = function(x: number, y: number): number { constant
|
| /arkcompiler/runtime_core/static_core/libllvmbackend/ |
| D | mir_compiler.cpp | 25 void InsertingPassManager::add(llvm::Pass *p) in add() function in ark::llvmbackend::InsertingPassManager
|
| /arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/ |
| D | DefectsList.ts | 23 export function add(defect: Defects): void { function
|
| /arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/ |
| D | namecacheTest7_export.ts | 17 export default function add(a: number, b: number): number { function
|