Macro standard_only_fold
macro_rules! standard_only_fold {
($name:ident, $N:ident) => { ... };
() => { ... };
}Available on crate features
__ecma and __visit only.Expand description
Mark visitor as ECMAScript standard only and mark other types as unreachable.
Used to reduce the binary size.