Files
ladybird/Userland/Libraries/LibJS/Runtime/ObjectConstructor.cpp
Idan Horowitz f9395efaac LibJS: Use ToPropertyKey in Object.getOwnPropertyDescriptor
The specification requires this. (And the current usage of
PropertyName::from_value is invalid since integers are not allowed in
this context)
2021-06-07 16:51:09 +01:00

11 KiB