Function swc_core::ecma::utils::stack_size::maybe_grow_default

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

Calls callback with a larger stack size.

maybe_grow with default values.