swc_ecma_utils::stack_size

Function maybe_grow

source
pub fn maybe_grow<R, F: FnOnce() -> R>(
    _red_zone: usize,
    _stack_size: usize,
    callback: F,
) -> R
Expand description

Calls callback with a larger stack size.