Files
ladybird/Userland/Libraries/LibJS/Runtime/PromiseConstructor.cpp
Linus Groh 633f604c47 LibJS: Fix attributes of Promise.prototype
This was missing a 0 at the end to make it non-writable, non-enumerable,
non-configurable.
2021-06-12 01:19:07 +01:00

3.9 KiB