Home
last modified time | relevance | path

Searched defs:asyncMethod (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DtypeFromPropertyAssignmentWithExport.js9 Adapter.asyncMethod = function() {} function in Adapter
19 exports.Adapter.asyncMethod = function () { }; function
DsuperMethodCall.js11 async asyncMethod() { method in Derived
35 asyncMethod() { method in Derived
/third_party/typescript/tests/cases/conformance/expressions/optionalChaining/callChain/
DsuperMethodCall.ts12 async asyncMethod() { method in Derived
/third_party/typescript/tests/cases/compiler/
Des2017basicAsync.ts46 async asyncMethod(): Promise<void> { method in AsyncClass
/third_party/node/benchmark/async_hooks/
Dasync-resource-vs-destroy.js18 asyncMethod: ['callbacks', 'async'], property
171 function main({ type, asyncMethod, connections, duration, path }) { property