macro_rules! js_object { ($($key:expr, $value:expr),+) => { ... }; }
Helper for creating Object instances