mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 11:42:13 +03:00
29 lines
497 B
JavaScript
29 lines
497 B
JavaScript
var tmp = Symbol.iterator, tmp1 = Symbol.iterator;
|
|
new class {
|
|
constructor(...s){
|
|
}
|
|
}(...[
|
|
...new class {
|
|
next() {
|
|
return {
|
|
value: Symbol(),
|
|
done: !1
|
|
};
|
|
}
|
|
[tmp]() {
|
|
return this;
|
|
}
|
|
},
|
|
...new class {
|
|
next() {
|
|
return {
|
|
value: "",
|
|
done: !1
|
|
};
|
|
}
|
|
[tmp1]() {
|
|
return this;
|
|
}
|
|
}
|
|
]);
|