TApply1.baseline 542 B

1234567891011
  1. test apply simple call with one argument: val1
  2. test apply simple call with 3 arguments: p1 , p2 , p3
  3. In test2 apply
  4. test apply call to function that sets properties in 'this': 9 , secondValue
  5. In test3 apply
  6. test apply call to function that sets properties in global 'this': param1 , 99
  7. **run tests with Arguments object
  8. test apply simple call with one argument: 1stArg
  9. test apply simple call with 3 arguments: 1stArg , 2ndArg , 3rdArg
  10. In test2 apply
  11. test apply call to function that sets properties in 'this': 1stArg , 2ndArg