Function mozjs::rust::wrappers::JS_IsExtensible

source ยท
pub unsafe fn JS_IsExtensible(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    extensible: *mut bool,
) -> bool