Function js::jsapi::JS_HasOwnProperty [] [src]

pub unsafe extern "C" fn JS_HasOwnProperty(
    cx: *mut JSContext,
    obj: HandleObject,
    name: *const c_char,
    foundp: *mut bool
) -> bool