Home
last modified time | relevance | path

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

12

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dindexed_derived_from_array.ts45 public add(rhs: Point<T>): Point<T> { method in Point
60 public add(rhs: PointNumber): PointNumber { method in PointNumber
/arkcompiler/ets_frontend/ets2panda/linter-4.2/test/
Dindexed_derived_from_array.ts45 public add(rhs: Point<T>): Point<T> { method in Point
60 public add(rhs: PointNumber): PointNumber { method in PointNumber
/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_runtime/test/aottest/large_func/
Dlarge_func.ts16 function add(a:number, b: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/function_validation/
Danonymous_function.ts18 function add(x, y): any { function
Dfunction_types.ts18 function add(x: number, y: number): number { function
/arkcompiler/ets_frontend/arkguard/test/grammar/removeComments/
DremoveComments1.d.ts27 function add(a: number, b: number): number; function
/arkcompiler/ets_frontend/ts2panda/tests/strictmode/
Dfunction_nest2.js18 function add(a,b) { function
Dglobal.js19 function add(a,b) { function
Dfunction_nest1.js19 function add(a,b) { function
Dfunction.js16 function add(a,b) { function
/arkcompiler/ets_runtime/test/aottest/global_value_numbering_ts/
Dglobal_value_numbering_ts.ts71 function add(a: number, b: number): number { function
/arkcompiler/ets_frontend/ts2panda/src/
Dscope.ts103 …abstract add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | u… method in Scope
405add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in GlobalScope
439add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in ModuleScope
493add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in FunctionScope
520add(decl: Decl | string, declKind: VarDeclarationKind, status?: InitStatus): Variable | undefined { method in LocalScope
/arkcompiler/ets_frontend/es2panda/test/compiler/interpreter/lexicalEnv/
Dsafe_hole6.js37 Set.prototype.add = () => {}; method in Set
/arkcompiler/ets_runtime/test/aottest/elements_kind/
Delements_kind.ts56 add(elm: number):void { method in OrderedCollection
/arkcompiler/runtime_core/static_core/libllvmbackend/
Dmir_compiler.cpp25 void InsertingPassManager::add(llvm::Pass *p) in add() function in panda::llvmbackend::InsertingPassManager
/arkcompiler/ets_frontend/testTs/instype/
Drecordexport.ts27 export function add(x: number, y: number): number { function
Drecordthis.ts51 function add(x: number, y: number): number { function
/arkcompiler/runtime_core/static_core/scripts/
Dgc_pause_stats.py78 def add(self, gc_time: float) -> None: member in StatsInfo
95 def add(self, gc_type_cause: str, ms_time: float) -> None: member in GCTypeStats
127 def add(self, gc_type: str, gc_type_cause: str, gc_time: float) -> None: member in GCStatsTable
/arkcompiler/ets_runtime/test/aottest/module/
Dadd.js16 export function add(a, b) function
/arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/
Ddebug_info_test.js48 add(o) { method in DataBase
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dplugins_registry.py102 def add(self, runner_name: str, runner: type) -> None: member in PluginsRegistry
/arkcompiler/runtime_core/compiler/tests/
Dliveness_analyzer_test.cpp335 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

12