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