Macro lazy_atom
macro_rules! lazy_atom { ($s:tt) => { ... }; }
Available on crate features
__ecma
and ecma_ast
only.Expand description
Creates an Atom from a constant.
macro_rules! lazy_atom { ($s:tt) => { ... }; }
__ecma
and ecma_ast
only.Creates an Atom from a constant.