Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium ES5

New issue 794 by [email protected]: Function.prototype.bind created function has prototype property
http://code.google.com/p/v8/issues/detail?id=794

print("prototype" in fuction(){}.bind());   // prints true, should be false.

Bound functions should not have a "prototype" property.
See ES5 section 5.3.5.2.


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

Reply via email to