Home | History | Annotate | Download | only in v8

Lines Matching full:seal

1467         Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
4747 Do not redefine properties unneccesarily in seal and freeze. (issue
5612 Fixed bug in Object.freeze and Object.seal when Array.prototype or
5698 Object.seal and Object.freeze return the modified object (issue 809).
5772 Added ES5 Object.seal and Object.isSealed.