Home
last modified time | relevance | path

Searched refs:IsAwait (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/statements/
H A DforOfStatement.h79 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 DforOfStatement.h85 [[nodiscard]] bool IsAwait() const noexcept
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp1391 auto iteratorType = st->IsAwait() ? compiler::IteratorType::ASYNC : compiler::IteratorType::SYNC; in Compile()

Completed in 4 milliseconds