DescriptionStop sending Object.observe notifications for API accessor properties
Such properties never notified prior to r21558, but the combination of
that change and r23163 led to sending notifications when they were
set via Object.defineProperty (but not when set via other means).
This also allows some cleanup in v8natives.js and objects.cc,
both of which were doing unnecessary contortions to produce the right
change records.
BUG=v8:3745
LOG=n
Patch Set 1 #
Total comments: 2
Patch Set 2 : Restore most of v8natives #
Total comments: 1
Messages
Total messages: 10 (2 generated)
|