diff options
author | Linus Groh <mail@linusgroh.de> | 2022-01-16 14:47:14 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-01-16 14:50:22 +0100 |
commit | 30af8121ce00e6d3324cee71545647539c5f20fd (patch) | |
tree | 4bcb51de8d7c0ab192728417a93710e21eecc38f /Userland/Utilities/lsirq.cpp | |
parent | 4ed49e05a9bcc5db8986b2c3523098a0b6ceebb7 (diff) | |
download | serenity-30af8121ce00e6d3324cee71545647539c5f20fd.zip |
LibJS: Fix value of Generator.prototype.constructor
The spec says:
27.5.1.1 Generator.prototype.constructor
https://tc39.es/ecma262/#sec-generator.prototype.constructor
The initial value of Generator.prototype.constructor is
%GeneratorFunction.prototype%.
But we had it set to %GeneratorFunction% (the GeneratorFunction
constructor).
Diffstat (limited to 'Userland/Utilities/lsirq.cpp')
0 files changed, 0 insertions, 0 deletions