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

Local identifier node.

Structs

Identifier

An identifier is a sequence of characters in the code that identifies a variable, function, or property.