Descriptionadd use counters for __defineGetter__ failing
We deviate from spec in that, in our implementation, __defineGetter__ on non-
configurable properties returns false instead of throwing a TypeError. This commit
adds a use counter to track how often we would be throwing an error we currently
avoid, to determine if we can change to align with spec or if the spec is not
implementable.
BUG=v8:5070
Committed: https://crrev.com/b2ce1fa20cd741bc4a63f888ea55291b0a5be620
Cr-Commit-Position: refs/heads/master@{#37259}
Patch Set 1 #
Total comments: 4
Patch Set 2 : use appropriate copyright notice #
Total comments: 1
Messages
Total messages: 21 (11 generated)
|