Home
last modified time | relevance | path

Searched refs:asyncMethod (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DtypeFromPropertyAssignmentWithExport.ts33 Adapter.asyncMethod = function() {
34 AssertType(Adapter.asyncMethod = function() {}, "() => void");
36 AssertType(Adapter.asyncMethod, "() => void");
DsuperMethodCall.ts33 async asyncMethod() { method in Derived
Des2017basicAsync.ts106 async asyncMethod(): Promise<void> { method in AsyncClass