Bug 1654253 - Add reftest annotation so test is properly skipped. r=jorendorff

Differential Revision: https://phabricator.services.mozilla.com/D84350
This commit is contained in:
Adam Vandolder 2020-07-21 19:14:54 +00:00
parent a024bafebe
commit d47eab04ae
2 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// |reftest| skip-if(!this.hasOwnProperty('Iterator'))
/*---
esid: pending
description: %Iterator.prototype%.map value and descriptor.

View File

@ -1,3 +1,5 @@
// |reftest| skip-if(!this.hasOwnProperty('Iterator'))
// Re-entering the map() generator from the called mapper fails.
let iterator;