Lines Matching full:seal
28 // Tests the Object.seal and Object.isSealed methods - ES 15.2.3.9 and
38 Object.seal(non_objects[key]);
41 assertTrue(/Object.seal called on non-object/.test(e));
72 Object.seal(obj);
96 // Since writable is not affected by seal we should still be able to
115 Object.seal(obj2);
132 // Test seal on arrays.
147 Object.seal(arr);
193 // Make sure that Object.seal returns the sealed object.
195 assertTrue(obj4 === Object.seal(obj4));
211 Object.seal(obj);
251 Object.seal(obj);
261 Object.seal(obj);