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