Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/compiler/base/
Diterators.h28 enum class IteratorType { SYNC, ASYNC }; enumerator
/arkcompiler/ets_frontend/es2panda/compiler/base/
Diterators.h29 enum class IteratorType { SYNC, ASYNC }; enumerator
/arkcompiler/ets_frontend/ets2panda/compiler/function/
DfunctionBuilder.h42 ASYNC, enumerator
/arkcompiler/ets_frontend/es2panda/compiler/function/
DfunctionBuilder.h43 ASYNC, enumerator
/arkcompiler/ets_runtime/ecmascript/jit/
Dcompile_decision.h28 ASYNC enumerator
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/core/model/
DArkBaseModel.ts49 ASYNC = 1 << 6, enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h66 ASYNC = 1 << 1, enumerator
87 ASYNC = 1 << 1, enumerator
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h44 ASYNC = 1U << 1U, enumerator
87 ASYNC = 1U << 1U, enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi.h81 ASYNC = 1U << 10U, // Method, Lambda enumerator
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/
Dets_panda_file_items.h30 static constexpr std::string_view ASYNC = "Lets/coroutine/Async;"; variable
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp1397 constexpr std::string_view ASYNC = "async"; in ParseForInOf() local