Function is_extensible

Source
pub(crate) unsafe extern "C" fn is_extensible(
    _cx: *mut JSContext,
    _proxy: HandleObject,
    succeeded: *mut bool,
) -> bool
Expand description

Reports whether the object is Extensible

ยงSafety

succeeded must point to a valid, non-null bool.