mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibJS: Make put_own_property_by_index closer to spec
Most of the code is taken from put_own_property however the attributes need to be handled slightly differently it seems
This commit is contained in:
parent
a770c26d54
commit
733e8472fa
4 changed files with 117 additions and 14 deletions
|
@ -96,6 +96,7 @@ set(SOURCES
|
|||
Runtime/PromisePrototype.cpp
|
||||
Runtime/PromiseReaction.cpp
|
||||
Runtime/PromiseResolvingFunction.cpp
|
||||
Runtime/PropertyAttributes.cpp
|
||||
Runtime/ProxyConstructor.cpp
|
||||
Runtime/ProxyObject.cpp
|
||||
Runtime/Reference.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue