Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DgenericBridgesLowering.cpp187 ir::MethodDefinition *const baseMethod, in MaybeAddGenericBridges()
/arkcompiler/ets_runtime/ecmascript/patch/
Dpatch_loader.cpp357 Method *baseMethod = Method::Cast(constpoolValue.GetTaggedObject()); in FindAndReplaceSameMethod() local
418 Method *baseMethod = Method::Cast(func->GetMethod(thread).GetTaggedObject()); in FindAndReplaceClassLiteral() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts3463 const baseMethod = baseType.getProperty(methodName); constant