Home
last modified time | relevance | path

Searched refs:baseMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmixinAbstractClasses.ts35 baseMethod() {} method in ConcreteBase
50 wasConcrete.baseMethod();
51 AssertType(wasConcrete.baseMethod(), "void");
52 AssertType(wasConcrete.baseMethod, "() => void");
DmergedInheritedClassInterface.ts27 baseMethod() { } method in BaseClass
69 child.baseMethod();
70 AssertType(child.baseMethod(), "void");
71 AssertType(child.baseMethod, "() => void");
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp257 Method *baseMethod = Method::Cast(constpoolValue.GetTaggedObject()); in FindAndReplaceSameMethod() local
258 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod()
266 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceSameMethod()
283 Method *baseMethod = Method::Cast(func->GetMethod().GetTaggedObject()); in FindAndReplaceSameMethod() local
284 EntityId baseMethodId = baseMethod->GetMethodId(); in FindAndReplaceSameMethod()
292 ReplaceMethod(thread, baseMethod, patchMethodLiteral, patchConstpoolValue); in FindAndReplaceSameMethod()
/arkcompiler/ets_frontend/testTs/expect/classes/
DmixinAbstractClasses.txt4 …, {'t': 2, 'v': 0}, {'t': 2, 'v': 0}, {'t': 2, 'v': 1}, {'t': 5, 'v': 'baseMethod'}, {'t': 24, 'v'…
5 {'lb': [{'t': 2, 'v': 3}, {'t': 2, 'v': 0}, {'t': 5, 'v': 'baseMethod'}, {'t': 2, 'v': 0}, {'t': 2,…