Function maybe_grow_default
pub fn maybe_grow_default<R, F>(callback: F) -> Rwhere
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.