Skip to main content

JS_HasProperty

Function JS_HasProperty 

Source
pub unsafe fn JS_HasProperty(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    name: *const c_char,
    foundp: *mut bool,
) -> bool
👎Deprecated:

Use wrappers2 instead