Struct boa::syntax::ast::node::statement_list::StatementList [−][src]
pub struct StatementList { /* fields omitted */ }Expand description
List of statements.
Similar to Node::Block but without the braces.
More information:
Implementations
Set the strict mode.
Trait Implementations
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Runs Finalize::finalize() on this object and all contained subobjects Read more
Auto Trait Implementations
impl !RefUnwindSafe for StatementList
impl !Send for StatementList
impl !Sync for StatementList
impl Unpin for StatementList
impl UnwindSafe for StatementList
Blanket Implementations
Mutably borrows from an owned value. Read more