Function chakracore_sys::JsPreventExtension [] [src]

pub unsafe extern "system" fn JsPreventExtension(
    object: JsValueRef
) -> JsErrorCode

Makes an object non-extensible. Requires an active script context. The object to make non-extensible. The code JsNoError if the operation succeeded, a failure code otherwise.