Home
last modified time | relevance | path

Searched defs:myMethod (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/test/moduletest/moduleLazyImport/
DA.js28 static myMethod() { method in A
31 myMethod() { method in A
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitConstructorProperty/
DconstructorProperty.ts26 private myMethod(methodPara1: string, methodPara2: number): void { method in A5
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js802 static myMethod(msg) { method in Parent
806 myMethod(msg) { method in Parent
813 static myMethod(msg) { method in Child
816 myMethod(msg) { method in Child
/arkcompiler/ets_frontend/arkguard/test/ut/utils/apiTest_visitAtKeepNames/
DatKeepClass01.ts119 const myMethod: string = "myMethod"; constant