Skip to content
Snippets Groups Projects
  • jugglinmike's avatar
    c5cbf412
    Improve coverage for section 9 (#726) · c5cbf412
    jugglinmike authored
    * Assert creation of 'arguments' object
    
    Ensure that the 'arguments' object is created in cases where it is not
    required by the body but is required by the parameters.
    
    * Add tests for cases that disable "arguments" map
    
    * Add tests for NewTarget override of bound function
    
    * Add test for properties of exotic String objects
    c5cbf412
    History
    Improve coverage for section 9 (#726)
    jugglinmike authored
    * Assert creation of 'arguments' object
    
    Ensure that the 'arguments' object is created in cases where it is not
    required by the body but is required by the parameters.
    
    * Add tests for cases that disable "arguments" map
    
    * Add tests for NewTarget override of bound function
    
    * Add test for properties of exotic String objects