Reviewers: Kevin Millikin,

Description:
Implement function proxies (except for their use as constructors).

Fix Function.prototype.bind for functions that have .apply modified.

[email protected]
BUG=
TEST=


Please review this at http://codereview.chromium.org/7623011/

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

Affected files:
  M src/arm/builtins-arm.cc
  M src/arm/code-stubs-arm.cc
  M src/arm/full-codegen-arm.cc
  M src/arm/macro-assembler-arm.h
  M src/builtins.h
  M src/factory.h
  M src/factory.cc
  M src/heap.h
  M src/heap.cc
  M src/hydrogen.cc
  M src/ia32/builtins-ia32.cc
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/messages.js
  M src/objects-debug.cc
  M src/objects-inl.h
  M src/objects-printer.cc
  M src/objects-visiting.cc
  M src/objects.h
  M src/objects.cc
  M src/proxy.js
  M src/runtime.h
  M src/runtime.cc
  M src/runtime.js
  M src/v8natives.js
  M src/x64/builtins-x64.cc
  M src/x64/code-stubs-x64.cc
  M src/x64/full-codegen-x64.cc
  M test/mjsunit/harmony/proxies.js


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

Reply via email to