Macro mozjs::capture_stack [] [src]

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