Status: Accepted
Owner: [email protected]
CC: [email protected]
Labels: Type-Bug Priority-Medium
New issue 2293 by [email protected]: Removal of built-in
function "prototype" property
http://code.google.com/p/v8/issues/detail?id=2293
I am working on v8-i18n project (EcmaScript 402*). We recently started
referring to the chapter 15 of EcmaScript 262** spec. Some of our functions
are treated as built-in and we are failing conformance tests because of
(EcmaScript, ch15):
"None of the built-in functions described in this clause shall have a
prototype property unless otherwise specified in the description of a
particular function."
We need a way to either create method without "prototype" property, or to
delete that property after the method was created. Right now delete
operation fails in that regard.
* http://wiki.ecmascript.org/doku.php?id=globalization:specification_drafts
** http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev