Macro js_log_maybe

Source
macro_rules! js_log_maybe {
    ($($exp:tt)+) => { ... };
}