mozjs_sys::jsapi

Function 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