Reviewers: Mads Ager,

Description:
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.


Please review this at http://codereview.chromium.org/3046010/show

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/runtime.h
  M     src/runtime.cc
  M     src/v8natives.js


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to