[][src]Macro js_object::js_object

macro_rules! js_object {
    ($($key:expr, $value:expr),+) => { ... };
}

Helper for creating Object instances