Module boa::syntax::ast::node::identifier [−][src]
Expand description
Local identifier node.
Structs
An identifier is a sequence of characters in the code that identifies a variable,
function, or property.