Function maybe_grow
pub fn maybe_grow<R, F>(_red_zone: usize, _stack_size: usize, callback: F) -> Rwhere
F: FnOnce() -> R,Available on crate features
__ecma and __utils only.Expand description
Calls callback with a larger stack size.