mozjs::jsapi

Function JS_HasProperty

Source
pub unsafe extern "C" fn JS_HasProperty(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    name: *const i8,
    foundp: *mut bool,
) -> bool