Skip to content
Snippets Groups Projects
  • Mike Pennisi's avatar
    4e781091
    Improve tests for RegExp `lastIndex` property · 4e781091
    Mike Pennisi authored
    The prior version of this test asserted only the property's
    configurability. It was also limited to the RegExp object as returned
    from the RegExp constructor.
    
    Extend the test to verify all values of the property descriptor.
    Duplicate these assertions in a separate file dedicated to the RegExp
    object as created from a RegExp literal.
    4e781091
    History
    Improve tests for RegExp `lastIndex` property
    Mike Pennisi authored
    The prior version of this test asserted only the property's
    configurability. It was also limited to the RegExp object as returned
    from the RegExp constructor.
    
    Extend the test to verify all values of the property descriptor.
    Duplicate these assertions in a separate file dedicated to the RegExp
    object as created from a RegExp literal.