Home
last modified time | relevance | path

Searched defs:method2 (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton19.ts20 method2(...args: number[]) {} method in C
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/02_function/
D04_method_01.ts32 method2(){ method in C
/arkcompiler/ets_frontend/arkguard/test/combinations/basic_grammar/04_class_cases/01_constructor/
D01_class_constrctor.ts37 method2() { method in A2
/arkcompiler/ets_frontend/arkguard/test/combinations/keep_parameter/01_function_class/
D02_function_class_export.d.ts82 method2<T4>(): void; method in person2
D01_function_class.d.ts75 method2<T4>(): void; method in Person2
D03_function_class_export_ns.d.ts83 method2<T4>(): void; method in person2
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp84 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp144 MethodLiteral *method2 = new MethodLiteral(methodId[1]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp220 Method method2(klass, nullptr, File::EntityId(method2_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
565 Method method2(klass, nullptr, File::EntityId(method2_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
/arkcompiler/runtime_core/static_core/libpandafile/tests/
Dpanda_cache_test.cpp50 auto *method2 = reinterpret_cast<Method *>(GetNewMockPointer()); in TEST() local
/arkcompiler/runtime_core/static_core/runtime/tests/
Dcompiler_queue_test.cpp98 auto method2 = queue->GetTask().GetMethod(); in GetAndCheckMethodsIfExists() local
Dmethod_test.cpp594 Method *method2 = klass->GetDirectMethod(utf::CStringAsMutf8("static_void_fun")); in TEST_F() local
Dinterpreter_test.cpp2841 auto method2 = std::move(methodData2.first); in DEATH_TEST_F() local
/arkcompiler/runtime_core/static_core/compiler/tests/
Daot_test.cpp220 … Method method2(klass, nullptr, File::EntityId(method2Id_), File::EntityId(), 0U, 1U, nullptr); in BuildAot() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp305 JSHandle<Method> method2 = vm_->GetFactory()->NewSMethod(methodLiterals[2]); in HWTEST_F_L0() local
530 JSHandle<Method> method2 = vm_->GetFactory()->NewSMethod(methodLiterals[1]); in HWTEST_F_L0() local