[][src]Module boa::syntax::ast::node::declaration::const_decl_list

Structs

ConstDecl

Individual constant declaration.

ConstDeclList

The const statements are block-scoped, much like variables defined using the let keyword.