DescriptionBindings: Make interface operation properties configurable
Per the Web IDL spec [1]:
4.5.8. Operations: "The property has attributes {
[[Writable]]: B, [[Enumerable]]: true, [[Configurable]]: B
}, where B is false if the operation is unforgeable on the
interface, and true otherwise."
In other words, Object.getOwnPropertyDescriptor(i.p, 'm')
should have configurable: true, except for [Unforgeable]
which is already special-cased.
[1] http://heycam.github.io/webidl/#es-operations
BUG=138217, 377476
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190695
Patch Set 1 #Patch Set 2 : Tests #
Total comments: 1
Patch Set 3 : Rebaseline newly behaving tests #
Messages
Total messages: 9 (3 generated)
|