Function mozjs::jsapi::JS_HasProperty

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