DescriptionEnsure that the length property of bound functions are actual unique
for the individually bound functions.
Our existing code will generate a new function on every call to bind,
but it will use the same shared function. When setting the lenght this
will be set on the shared function, i.e., the length of all bound
functions will be that of the last bound function.
Committed: http://code.google.com/p/v8/source/detail?r=8816
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 2 (0 generated)
|