Updates:
        Cc: [email protected] [email protected] [email protected]

Comment #3 on issue 3485 by [email protected]: EcmaScript internal method invariants violated in some cases
http://code.google.com/p/v8/issues/detail?id=3485

This is an artifact of HTMLFormElement having interceptors

https://code.google.com/p/chromium/codesearch#chromium/src/third_party/WebKit/Source/core/html/HTMLFormElement.idl&l=36

The WebIDL spec is here:

http://heycam.github.io/webidl/#getownproperty

Based on my reading we should always force configurable to true if there is an interceptor (Step 3.9). Same goes for indexed property getters (interceptors)

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to