script_bindings::proxyhandlerFunction 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.