Updates:
Labels: Type-FeatureRequest
Comment #1 on issue 1745 by [email protected]: Function.prototype.bind:
Preserve the result of toString()
http://code.google.com/p/v8/issues/detail?id=1745
This should be possible within the specification, since
Function.prototype.toString is so loosely specified. On the other hand,
there is code out there that depend on the exact format returned, and which
could fail if the representation is too different from the expected form
(e.g., not starting with the word "function").
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev