Lines Matching refs:should
126 // foo should be undefined as it has no get, set or value
129 // We should, however, be able to retrieve the propertydescriptor which should
186 // Try to redefine bar again - should fail as configurable is false.
194 // Try to redefine bar again using the data descriptor - should fail.
202 // Redefine using same descriptor - should succeed.
231 // Add a getter - should not touch the setter.
243 // The above should also work if redefining just a getter or setter on
270 //Try writing to non writable attribute - should remain 1000
275 // Redefine to writable descriptor - now writing to foobar should be allowed.
287 // Writing to the property should now be allowed
320 // Redifine with the same descriptor - should succeed (step 6).
414 // which we do not redefine should remain the same (true).
503 // Defining properties null should fail even when we have
519 // existing properties should not return true, but throw an error if the
814 // Define non existing property - all attributes should default to false.
913 // Define non existing property - all attributes should default to false.
1080 // Regression test: We should never observe the hole value.