Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ts2panda/src/function/
DfunctionBuilder.ts29 ASYNC, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h29 enum class IteratorType { SYNC, ASYNC }; enumerator
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.h43 ASYNC, enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h66 ASYNC = 1 << 1, enumerator
85 ASYNC = 1 << 1, enumerator
/arkcompiler/ets_frontend/es2panda/typescript/extractor/
DtypeSystem.h233 ASYNC = 1 << 3, enumerator