Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
Des6ModuleClassDeclaration.ts44 private method1() { method in c2
69 private method1() { method in c3
85 private method1() { method in c4
107 private method1() { method in c3
123 private method1() { method in c4
DjsDeclarationsClassMethod.ts92 method1(x, y) { method in C2
DconstraintReferencingTypeParameterFromSameTypeParameterList.ts39 method1<X, Y extends T>(); method
DcontextuallyTypedObjectLiteralMethodDeclaration01.ts30 method1(arg: A): void; method
DtypeGuardFunction.ts91 method1(p1: A): p1 is C { variable
DuniqueSymbolsDeclarationsErrors.ts55 method1(p: typeof s): typeof s { constant
DuniqueSymbolsDeclarations.ts474 method1() { method in C0
640 method1(): typeof s; method
DuniqueSymbols.ts477 method1() { method in C0
643 method1(): typeof s; method
/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-class-definiton19.ts19 method1(this, ...args: number[]) {} method in C
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/decorators/
Dtest-ts-decorators-17.ts29 method1() { method in A
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dpanda_file_translator_test.cpp83 MethodLiteral *method1 = new MethodLiteral(methodId[0]); in HWTEST_F_L0() local
Djs_pandafile_test.cpp142 MethodLiteral *method1 = new MethodLiteral(methodId[0]); in HWTEST_F_L0() local
/arkcompiler/runtime_core/compiler/tests/
Daot_test.cpp209 Method method1(klass, nullptr, File::EntityId(method1_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
554 Method method1(klass, nullptr, File::EntityId(method1_id), File::EntityId(), 0, 1, nullptr); in TEST_F() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp183 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiterals[1]); in HWTEST_F_L0() local
249 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiterals[1]); in HWTEST_F_L0() local
420 JSHandle<Method> method1 = vm_->GetFactory()->NewMethod(methodLiterals[0]); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
Doptimized_fast_call.cpp228 Register method1 = __ TempRegister1(); in OptimizedFastCallAndPushUndefined() local