pub(crate) unsafe extern "C" fn prevent_extensions(
_cx: *mut JSContext,
_proxy: HandleObject,
result: *mut ObjectOpResult,
) -> bool
Expand description
Controls whether the Extensible bit can be changed
§Safety
result
must point to a valid, non-null ObjectOpResult.