DateGetSet9.baseline 470 B

123456789101112
  1. toISOString : 1970-01-01T00:07:36.789Z
  2. toJSON : 1970-01-01T00:07:36.789Z
  3. NaN Date toISOString: RangeError : Number expected
  4. NaN Date toJSON:: null
  5. Infinity Date toISOString : RangeError : Number expected
  6. Infinity Date toJSON : null
  7. Object toISOString not callable : TypeError : The value of the property 'toISOString' is not a Function object
  8. Object toJSON : Fake JSON : Object
  9. String toJSON : Fake JSON : String
  10. getYear 2000: 100
  11. getYear 1899: -1
  12. get fired