| /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/removeComments/ |
| D | removeComments1.d.ts | 27 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_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/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/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/ets_frontend/arkguard/test/grammar/export_namecache/ |
| D | namecacheTest7_export.ts | 17 export default function add(a: number, b: number): number { function
|
| /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/abc2program/tests/ts/ |
| D | HelloWorld.ts | 76 let add = (a: number, b: number): number => a + b; variable
|
| /arkcompiler/ets_runtime/test/aottest/module/ |
| D | add.js | 16 export function add(a, b) function
|
| /arkcompiler/runtime_core/static_core/scripts/ |
| D | gc_pause_stats.py | 79 def add(self, gc_time: float) -> None: member in StatsInfo 99 def add(self, gc_type_cause: str, ms_time: float) -> None: member in GCTypeStats 128 def add(self, gc_type: str, gc_type_cause: str, gc_time: float) -> None: member in GCStatsTable
|
| /arkcompiler/ets_runtime/test/aottest/elements_kind/ |
| D | elements_kind.ts | 56 add(elm: number):void { method in OrderedCollection
|
| /arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/ |
| D | report.py | 62 def add(self, t, diff) -> None: member in VMBComparison 277 def add(self, t, diff): member in GCComparison 287 def add(self, t, diff): member in AOTStatsComparison 296 def add(self, opt, summary, diff): member in AOTPassesComparison
|
| /arkcompiler/runtime_core/libark_defect_scan_aux/tests/unittest/ |
| D | debug_info_test.js | 48 add(o) { method in DataBase
|
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/ |
| D | plugins_registry.py | 99 def add(self, runner_name: str, runner: type) -> None: member in PluginsRegistry
|
| /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
|
| /arkcompiler/runtime_core/static_core/compiler/tests/ |
| D | liveness_analyzer_test.cpp | 312 auto add = livenessAnalyzer->GetInstLifeIntervals(&INS(9U)); in TEST_F() local 456 auto add = livenessAnalyzer->GetInstLifeIntervals(&INS(6U)); in TEST_F() local 495 auto add = la->GetInstLifeIntervals(&INS(2U)); in TEST_F() local
|