alias for Object.isFrozen.
Object.isFrozen
Returns true if existing property attributes and values cannot be modified in an object, and new properties cannot be added to the object.
Object to test.
alias for
Object.isFrozen
.