-
- Downloads
Improve coverage for section 9 (#726)
* 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
Showing
- test/built-ins/Function/prototype/bind/instance-construct-newtarget-boundtarget-bound.js 28 additions, 0 deletions...pe/bind/instance-construct-newtarget-boundtarget-bound.js
- test/built-ins/Function/prototype/bind/instance-construct-newtarget-boundtarget.js 27 additions, 0 deletions...rototype/bind/instance-construct-newtarget-boundtarget.js
- test/built-ins/Function/prototype/bind/instance-construct-newtarget-self-new.js 26 additions, 0 deletions...n/prototype/bind/instance-construct-newtarget-self-new.js
- test/built-ins/Function/prototype/bind/instance-construct-newtarget-self-reflect.js 27 additions, 0 deletions...ototype/bind/instance-construct-newtarget-self-reflect.js
- test/built-ins/String/numeric-properties.js 32 additions, 0 deletionstest/built-ins/String/numeric-properties.js
- test/language/arguments-object/unmapped/via-params-dflt.js 28 additions, 0 deletionstest/language/arguments-object/unmapped/via-params-dflt.js
- test/language/arguments-object/unmapped/via-params-dstr.js 28 additions, 0 deletionstest/language/arguments-object/unmapped/via-params-dstr.js
- test/language/arguments-object/unmapped/via-params-rest.js 28 additions, 0 deletionstest/language/arguments-object/unmapped/via-params-rest.js
- test/language/arguments-object/unmapped/via-strict.js 0 additions, 0 deletionstest/language/arguments-object/unmapped/via-strict.js
- test/language/expressions/function/arguments-with-arguments-fn.js 30 additions, 0 deletions...guage/expressions/function/arguments-with-arguments-fn.js
- test/language/expressions/function/arguments-with-arguments-lex.js 30 additions, 0 deletions...uage/expressions/function/arguments-with-arguments-lex.js
- test/language/expressions/generators/arguments-with-arguments-fn.js 30 additions, 0 deletions...age/expressions/generators/arguments-with-arguments-fn.js
- test/language/expressions/generators/arguments-with-arguments-lex.js 30 additions, 0 deletions...ge/expressions/generators/arguments-with-arguments-lex.js
- test/language/statements/function/arguments-with-arguments-fn.js 30 additions, 0 deletions...nguage/statements/function/arguments-with-arguments-fn.js
- test/language/statements/function/arguments-with-arguments-lex.js 30 additions, 0 deletions...guage/statements/function/arguments-with-arguments-lex.js
- test/language/statements/generators/arguments-with-arguments-fn.js 30 additions, 0 deletions...uage/statements/generators/arguments-with-arguments-fn.js
- test/language/statements/generators/arguments-with-arguments-lex.js 30 additions, 0 deletions...age/statements/generators/arguments-with-arguments-lex.js
Loading
Please register or sign in to comment