Home
last modified time | relevance | path

Searched defs:myMethod (Results 1 – 5 of 5) 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_frontend/arkguard/test/ut/utils/module_exports_test/
DrequireFile1.js23 …literalKey, myMethod, getProp, setProp, MyClass, shorthandValue, newProp1, spreadProp, elements, f… constant
/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