Searched refs:baseMethod (Results 1 – 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | mixinAbstractClasses.ts | 35 baseMethod() {} method in ConcreteBase 50 wasConcrete.baseMethod(); 51 AssertType(wasConcrete.baseMethod(), "void"); 52 AssertType(wasConcrete.baseMethod, "() => void");
|
D | mergedInheritedClassInterface.ts | 27 baseMethod() { } method in BaseClass 69 child.baseMethod(); 70 AssertType(child.baseMethod(), "void"); 71 AssertType(child.baseMethod, "() => void");
|
/arkcompiler/ets_runtime/ecmascript/patch/ |
D | patch_loader.cpp | 257 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/ |
D | mixinAbstractClasses.txt | 4 …, {'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,…
|