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

Field AST node.

Structs

GetConstField

This property accessor provides access to an object's properties by using the dot notation.

GetField

This property accessor provides access to an object's properties by using the bracket notation.