Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:configurable

557                               configurable: true });
560 configurable: true });
563 configurable: true });
566 configurable: true });
1030 // In ES6, restricted function properties are configurable
1031 assertTrue(descriptor.configurable);
1052 assertFalse(descriptor.configurable);