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 ) => { ... };
}