Bindings: 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 Review URL: https://codereview.chromium.org/948583002 git-svn-id: svn://svn.chromium.org/blink/trunk@190695 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment