mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
939f9d0dbf
Rename the _DefineValueProperty intrinsic to _DefineDataProperty and change it to call js::DefineProperty rather than JSObject::defineProperty. The difference is that the former is ES5-compliant in terms of interactions with already-existing properties and the latter is not. The new behavior is safe to expose via Array.from as a capability anyone can use to define any element on any object (it's just what Object.defineProperty already does). |
||
---|---|---|
.. | ||
ductwork/debugger | ||
examples | ||
ipc | ||
jsd | ||
public | ||
src | ||
xpconnect |