Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Des6ModuleClassDeclaration.ts46 public method2() { method in c2
71 public method2() { method in c3
87 public method2() { method in c4
109 public method2() { method in c3
125 public method2() { method in c4
DcontextuallyTypedObjectLiteralMethodDeclaration01.ts31 method2(arg: B): void; method
DmergedInheritedClassInterface.ts45 method2() { } method in ChildNoBaseClass
DuniqueSymbolsDeclarationsErrors.ts64 method2(p: I["readonlyType"]): I["readonlyType"] { constant
DuniqueSymbolsDeclarations.ts479 async method2() { method in C0
641 method2(): Promise<typeof s>; method
DuniqueSymbols.ts482 async method2() { method in C0
644 method2(): Promise<typeof s>; method
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton19.ts20 method2(...args: number[]) {} method in C
/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.cpp143 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/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp184 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiterals[2]); in HWTEST_F_L0() local
421 JSHandle<Method> method2 = vm_->GetFactory()->NewMethod(methodLiterals[1]); in HWTEST_F_L0() local