Confirmed users
446
edits
(PropertyKey preliminaries are basically done now) |
|||
Line 44: | Line 44: | ||
#** This probably requires work from DOM bindings people, to implement <code>set</code> hooks rather than relying on <code>getPropertyDescriptor</code> to implement assignish behavior. Not sure how much time it'll take. | #** This probably requires work from DOM bindings people, to implement <code>set</code> hooks rather than relying on <code>getPropertyDescriptor</code> to implement assignish behavior. Not sure how much time it'll take. | ||
#* {{source|js/src/shell/js.cpp}} - Waldo, ~no time | #* {{source|js/src/shell/js.cpp}} - Waldo, ~no time | ||
#* {{source|js/src/jswrapper.cpp}} - | #* {{source|js/src/jswrapper.cpp}} - {{bug|836301}}, bholley - DONE | ||
#* {{source|js/xpconnect/wrappers/XrayWrapper.cpp}} - {{bug|836301}}, bholley - DONE | |||
#* {{source|js/xpconnect/wrappers/XrayWrapper.cpp}} - {{bug|836301}}, bholley | |||
# Remove <code>JSRESOLVE_ASSIGNING</code> completely - Waldo, ~no time | # Remove <code>JSRESOLVE_ASSIGNING</code> completely - Waldo, ~no time | ||