Files
ladybird/Userland/Libraries/LibJS/Runtime/GlobalObject.h
Linus Groh 45eef97906 LibJS: Avoid transitions in GlobalObject::initialize_constructor()
We don't need transitions for either of these:

- Adding the 'name' property to a constructor object
- Adding the 'constructor' property to its prototype object
2021-08-28 23:17:01 +01:00

7.2 KiB