v8/test
ricow@chromium.org 9721eddc1f Ensure 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.
Review URL: http://codereview.chromium.org/7475002

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-08-03 12:44:17 +00:00
..
benchmarks Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
cctest Encapsulate element handling into a class keyed on ElementsKind 2011-08-03 11:12:46 +00:00
es5conform Revert "Make window.{undefined,NaN,Infinity} read-only" 2011-08-03 09:53:14 +00:00
message Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
mjsunit Ensure that the length property of bound functions are actual unique 2011-08-03 12:44:17 +00:00
mozilla Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00
preparser Revert "Make GYP build usable for day-to-day work" 2011-07-18 16:39:41 +00:00
sputnik Revert "Make window.{undefined,NaN,Infinity} read-only" 2011-08-03 09:53:14 +00:00
test262 Switch from sample shell to d8 for unit test 2011-07-26 05:56:45 +00:00