Lines Matching full:seal
180 Made Object.freeze/seal/preventExtensions observable. (issue 2975, 2941)
3460 Do not redefine properties unneccesarily in seal and freeze. (issue
4325 Fixed bug in Object.freeze and Object.seal when Array.prototype or
4411 Object.seal and Object.freeze return the modified object (issue 809).
4485 Added ES5 Object.seal and Object.isSealed.