Status: New
Owner: ----

New issue 2281 by [email protected]: FunctionTemplate should have SetAccessor()
http://code.google.com/p/v8/issues/detail?id=2281

To implement "static attributes" in the Web IDL spec (http://dev.w3.org/2006/webapi/WebIDL/#idl-static-attributes-and-operations), we need to set accessors on FunctionTemplate.

Currently Object and ObjectTemplate have SetAccessor() (and thus we can define attributes on objects), but Function and FunctionTemplate do not have SetAccessor() (and thus we cannot define attributes on interfaces).

See https://bugs.webkit.org/show_bug.cgi?id=93488 for more details.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to