pub unsafe extern "C" fn JS_DefineProperty7(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const i8,
    value: f64,
    attrs: u32
) -> bool