Searched refs:IsAwait (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_frontend/es2panda/ir/statements/ | ||
H A D | forOfStatement.h | 79 bool IsAwait() const in IsAwait() function in panda::es2panda::panda::es2panda::panda::es2panda::panda::es2panda::ir::ForOfStatement |
/arkcompiler/ets_frontend/ets2panda/ir/statements/ | ||
H A D | forOfStatement.h | 85 [[nodiscard]] bool IsAwait() const noexcept |
/arkcompiler/ets_frontend/ets2panda/compiler/core/ | ||
H A D | JSCompiler.cpp | 1391 auto iteratorType = st->IsAwait() ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile() |
Completed in 4 milliseconds