constructor.js (286B)
1 // |reftest| skip-if(!this.hasOwnProperty('AsyncIterator')) -- AsyncIterator is not enabled unconditionally 2 /*--- 3 The AsyncIterator constructor is a built-in function. 4 ---*/ 5 6 assertEq(typeof AsyncIterator, 'function'); 7 8 if (typeof reportCompare === 'function') 9 reportCompare(0, 0);