mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
The `[[GetOwnProperty]]` internal method invocation in `OrdinarySetWithOwnDescriptor` was being invocated again with the same parameters in the `[[DefineOwnProperty]]` internal method that is also later called in `OrdinarySetWithOwnDescriptor`. The `PlatformObject.[[DefineOwnProperty]]` has similair logic. This change adds an optional parameter to the `[[DefineOwnProperty]]` internal method so the results of the previous `[[GetOwnProperty]]` internal method invocation can be re-used. |
||
---|---|---|
.. | ||
AudioConstructor.cpp | ||
AudioConstructor.h | ||
ExceptionOrUtils.h | ||
HostDefined.cpp | ||
HostDefined.h | ||
ImageConstructor.cpp | ||
ImageConstructor.h | ||
Intrinsics.cpp | ||
Intrinsics.h | ||
MainThreadVM.cpp | ||
MainThreadVM.h | ||
OptionConstructor.cpp | ||
OptionConstructor.h | ||
PlatformObject.cpp | ||
PlatformObject.h | ||
Serializable.h | ||
Transferable.h |