[][src]Module boa::syntax::ast::node::await_expr

Await expression node.

Structs

AwaitExpr

An await expression is used within an async function to pause execution and wait for a promise to resolve.