Function swc_core::ecma::utils::stack_size::maybe_grow

pub fn maybe_grow<R, F>(_red_zone: usize, _stack_size: usize, callback: F) -> R
where F: FnOnce() -> R,
Available on crate features __ecma and __utils only.
Expand description

Calls callback with a larger stack size.