v8/test
ricow@chromium.org e084e56129 Implement Function.prototype.bind (ES5 15.3.4.5).
Please note that we do not implement correctly the setting of caller
and arguments on the returned objects, since we already have these
properties on function objects (and they are non-configurable).

Also corrects indention in DefineOwnProperty.

Review URL: http://codereview.chromium.org/3046010

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5124 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2010-07-23 10:08:55 +00:00
..
cctest Landing for Rodolph Perfetta. 2010-07-21 07:42:51 +00:00
es5conform Implement ES5 Object.seal and Object.isSealed. 2010-07-15 07:51:14 +00:00
message MIPS port initial commit 2010-02-04 20:36:58 +00:00
mjsunit Implement Function.prototype.bind (ES5 15.3.4.5). 2010-07-23 10:08:55 +00:00
mozilla Update the mozilla tests to the newest version. 2010-06-30 06:51:38 +00:00
sputnik Added ability to remove prototype from function. In this case, [[Construct]] from function will not be allowed. 2010-04-28 12:05:40 +00:00