Home | History | Annotate | Download | only in v8

Lines Matching full:seal

1028         Do not redefine properties unneccesarily in seal and freeze. (issue
1893 Fixed bug in Object.freeze and Object.seal when Array.prototype or
1979 Object.seal and Object.freeze return the modified object (issue 809).
2053 Added ES5 Object.seal and Object.isSealed.