Status: New
Owner: ----
New issue 1745 by [email protected]: Function.prototype.bind: Preserve
the result of toString()
http://code.google.com/p/v8/issues/detail?id=1745
function f() {return this.y}
f.bind({y: 1})
f.toString() // function () { [native code] }
Would be nice to see something like `/* bound */ function f() {return
this.y}` instead of `function () { [native code] }`. It would make
debugging much more pleasant.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev