Home
last modified time | relevance | path

Searched defs:async_method (Results 1 – 2 of 2) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dnew-target-async.js16 async function async_method () { function
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py20 async def async_method(self): pass member in AsyncClass
368 def test_async(async_method): argument