pub unsafe fn JS_SetProperty( cx: &mut JSContext, obj: Handle<'_, *mut JSObject>, name: *const c_char, v: Handle<'_, Value>, ) -> bool