Macro mozjs::capture_stack

source ยท
macro_rules! capture_stack {
    (in($cx:expr) let $name:ident = with max depth($max_frame_count:expr)) => { ... };
    (in($cx:expr) let $name:ident ) => { ... };
}