Nicolò Ribaudo 1a9b340cb9 Use a Map instead of an Obejct to store tests
This change has two reasons:
- The object was actually used as a map
- Using an object leads some problems with the
  private_class_fields/constructor.js test, since
  `tests[test_name] || {}` returned the Obejct
  constructor instead of an empty object.
2017-08-19 18:24:21 +02:00
..
2017-08-06 21:20:25 -04:00
2017-08-06 21:20:25 -04:00
2017-08-06 21:20:25 -04:00
2017-06-28 12:41:42 -04:00