Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/jerry/es2015/
Dnew-target-async.js16 async function async_method () { function
/third_party/rust/rust/src/tools/clippy/tests/ui/
Dcognitive_complexity.rs406 pub async fn async_method() { in async_method() method
/third_party/python/Lib/unittest/test/testmock/
Dtestasync.py23 async def async_method(self): pass member in AsyncClass
395 def test_async(async_method): argument