DescriptionFix JavaScript accessors on objects with interceptors.
This fixes how Object.defineProperty() defines JavaScript accessors on
objects with installed API interceptors. The definition itself does not
cause any interceptors to be called, whereas any subsequent accesses on
said object will still fire the interceptor. This behavior is in sync
with API accessors.
R=rossberg@chromium.org
BUG=v8:1651, chromium:94666
TEST=cctest/test-api
Committed: http://code.google.com/p/v8/source/detail?r=10293
Patch Set 1 #
Total comments: 4
Patch Set 2 : Addressed comments by Andreas Rossberg. #
Messages
Total messages: 3 (0 generated)
|