nodejs / node-chakracore

Node.js on ChakraCore :sparkles::turtle::rocket::sparkles:
Other
1.92k stars 342 forks source link

Implement previewMapIterator, previewSetIterator #510

Open mike-kaufman opened 6 years ago

mike-kaufman commented 6 years ago

Need to do the following:

  1. Need to implement these methods: https://github.com/nodejs/node-chakracore/blob/master/lib/internal/bootstrap/node.js#L42-L45.
  2. Need to re-enable tests that were disabled, including:
sethbrenith commented 6 years ago

This is now using previewEntries instead, as of this commit. We still need to implement it.