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