Home
last modified time | relevance | path

Searched defs:add (Results 1 – 25 of 70) sorted by relevance

123

/arkcompiler/ets_runtime/test/moduletest/icnotfoundtest/
Dicnotfoundtest.js27 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/
Dicnotfound.js27 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/
Dicnotfound.js27 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/
Dgeneric_call_params.ts19 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
Dgeneric_call_params.js33 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/
Dcheck_apply_function_generic.js24 function add(a, b) { function
32 const add = (a, b) => a + b; function
Dcheck_apply_function_generic_union.js24 const add = (a, b) => a + b; function
Dcheck_apply_function_generic_array.js25 const add = (a, b) => a + b; function
Dcheck_generic_subset_class.js26 const add = (a, b) => a + b; function
/arkcompiler/ets_runtime/test/aottest/large_func/
Dlarge_func.ts16 function add(a:number, b:number):number function
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/projects/ts-toplevel-await-project/
Dtest1.ts17 const add = (a: number, b: number): number => { constant
Dtest2-exec.ts18 const {add} = await import('./test1'); constant
/arkcompiler/ets_frontend/arkguard/test/grammar/function_validation/
Danonymous_function.ts18 function add(x, y): any { function
Dfunction_types.ts18 function add(x: number, y: number): number { function
/arkcompiler/ets_runtime/test/aottest/large_func_acc/
Dlarge_func_acc.ts16 function add(a:number, b:number):number function
/arkcompiler/ets_frontend/arkguard/test/grammar/wildcard_comment/keep_comment1/
Dkeep_comment1.d.ts28 function add(a: number, b: number): number; function
/arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/
DremoveComments1.d.ts27 function add(a: number, b: number): number; function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/sendable_class_merge_abc_test/
Dsendable_base.ts22 add(): void { } method in A
/arkcompiler/ets_runtime/test/aottest/global_value_numbering_ts/
Dglobal_value_numbering_ts.ts71 function add(a: number, b: number): number { function
/arkcompiler/ets_runtime/test/moduletest/module/
Dexportas.js32 const add = (a, b) => { function
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole6.js37 Set.prototype.add = () => {}; method in Set
/arkcompiler/ets_frontend/arkguard/test/ut/utils/ScopeAnalyzer/
DanalyzeFunctionLike.ts45 export const add = function(x: number, y: number): number { constant
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.cpp25 void InsertingPassManager::add(llvm::Pass *p) in add() function in ark::llvmbackend::InsertingPassManager
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/utils/common/
DDefectsList.ts23 export function add(defect: Defects): void { function
/arkcompiler/ets_frontend/arkguard/test/grammar/export_namecache/
DnamecacheTest7_export.ts17 export default function add(a: number, b: number): number { function

123