Lines Matching refs:redefine
149 assertTrue(/Cannot redefine property/.test(e));
186 // Try to redefine bar again - should fail as configurable is false.
191 assertTrue(/Cannot redefine property/.test(e));
194 // Try to redefine bar again using the data descriptor - should fail.
199 assertTrue(/Cannot redefine property/.test(e));
303 // Try redefine again - shold fail because configurable is now false.
308 assertTrue(/Cannot redefine property/.test(e));
311 // Try redefine again with accessor property - shold also fail.
316 assertTrue(/Cannot redefine property/.test(e));
335 // Make accessor - redefine to data
364 // Make data - redefine to accessor
414 // which we do not redefine should remain the same (true).
542 assertTrue(/Cannot redefine property/.test(e));
557 assertTrue(/Cannot redefine property/.test(e));
572 assertTrue(/Cannot redefine property/.test(e));
587 assertTrue(/Cannot redefine property/.test(e));
597 // Make sure we can still redefine if all properties are the same.
627 assertTrue(/Cannot redefine property/.test(e));
642 assertTrue(/Cannot redefine property/.test(e));
658 assertTrue(/Cannot redefine property/.test(e));
674 assertTrue(/Cannot redefine property/.test(e));
684 // Make sure we can still redefine if all properties are the same.
701 // Make sure we can redefine with -0.
709 assertTrue(/Cannot redefine property/.test(e));
716 // Make sure we can redefine with +0.
724 assertTrue(/Cannot redefine property/.test(e));
780 assertTrue(/Cannot redefine property/.test(e));
822 // Make sure that we can't redefine using direct access.
879 assertTrue(/Cannot redefine property/.test(e));
1030 // redefine of get only property with generic descriptor
1038 // redefine of get/set only property with generic descriptor
1046 // redefine of set only property with generic descriptor