Function mozjs_sys::jsapi::JS_AlreadyHasOwnUCProperty
source ยท pub unsafe extern "C" fn JS_AlreadyHasOwnUCProperty(
cx: *mut JSContext,
obj: Handle<*mut JSObject>,
name: *const u16,
namelen: usize,
foundp: *mut bool,
) -> bool