pub unsafe extern "C" fn SetHas(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    key: Handle<Value>,
    rval: *mut bool
) -> bool