Home
last modified time | relevance | path

Searched defs:baseMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmixinAbstractClasses.ts35 baseMethod() {} method in ConcreteBase
DmergedInheritedClassInterface.ts27 baseMethod() { } method in BaseClass
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp257 Method *baseMethod = Method::Cast(constpoolValue.GetTaggedObject()); in FindAndReplaceSameMethod() local
283 Method *baseMethod = Method::Cast(func->GetMethod().GetTaggedObject()); in FindAndReplaceSameMethod() local