Home
last modified time | relevance | path

Searched defs:async (Results 1 – 25 of 33) sorted by relevance

12

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-identify9.ts22 var async = 3; variable
31 function async() { } function
Dtest-keyword-identify7.ts17 var async = 1; variable
Dtest-ts-parameter-property5.ts18 constructor(private async readonly readonly) { }; property in Foo
Dtest-class-definition27.ts17 class async<T> { class
Dtest-interface-key.ts26 readonly async: boolean; property
/arkcompiler/ets_frontend/ets2panda/test/parser/js/
Dtest-async-function-1.js17 var async = async function async() { } function
Dtest-async-function-2.js17 async function async() { } function
Dtest-class-async-method.js18 static async async() {} method in C
/arkcompiler/ets_frontend/es2panda/test/parser/js/
Dtest-async-function-1.js17 var async = async function async() { } function
Dtest-async-function-2.js17 async function async() { } function
Dtest-class-async-method.js18 static async async() {} method in C
/arkcompiler/ets_frontend/es2panda/test/parser/js/language/statements/for-statement/
Dasync-in-for-of-statement.js17 let async; variable
Dasync-in-for-in-statement.js17 let async; variable
Dasync-in-for-of-statement-with-escapes.js17 let async; variable
/arkcompiler/ets_frontend/ets2panda/test/ast/parser/ts/
Dtest-ts-parameter-property5.ts18 constructor(private /* @@ label */async readonly readonly) { }; property in Foo
/arkcompiler/ets_frontend/es2panda/test/compiler/ts/cases/conformance/classes/
Dtest-ts-class-name-1.ts17 class async { class
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dreserved-words-as-method-name.js29 async() { method in A
/arkcompiler/ets_runtime/common_components/heap/collector/
Dcollector.cpp54 void Collector::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
Dgc_stats.h71 bool async; variable
Dcollector_resources.cpp187 void CollectorResources::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Devent_loop_module.cpp128 void EventLoopCallbackPoster::AsyncEventToExecuteCallbacks(uv_async_t *async) in AsyncEventToExecuteCallbacks()
137 …allbackPoster::ThreadSafeCallbackQueue::PushCallback(WrappedCallback &&callback, uv_async_t *async) in PushCallback()
Dtimer_module.cpp36 __attribute__((weak)) int uv_async_send([[maybe_unused]] uv_async_t *async) in uv_async_send()
40 …e__((weak)) int uv_async_init([[maybe_unused]] uv_loop_t *loop, [[maybe_unused]] uv_async_t *async, in uv_async_init()
/arkcompiler/ets_runtime/common_components/heap/
Dheap_manager.cpp24 void HeapManager::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()
/arkcompiler/ets_runtime/common_components/common_runtime/tests/
Dbase_runtime_test.cpp97 bool async; in HWTEST_F_L0() member
/arkcompiler/ets_runtime/common_components/common_runtime/
Dbase_runtime.cpp197 void BaseRuntime::RequestGC(GCReason reason, bool async, GCType gcType) in RequestGC()

12