Reviewers: danno,

Description:
Add isolate accessor to AccessorInfo and Arguments.

This passes the isolate through to API callback functions so that it is
available through AccessorInfo and Arguments. This allows bindings to
avoid unnecessary TLS lookups to retrieve the current isolate.

[email protected]
TEST=cctest/test-api,cctest/test-accessors


Please review this at https://chromiumcodereview.appspot.com/10069050/

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

Affected files:
  M include/v8.h
  M src/apiutils.h
  M src/arguments.h
  M src/arm/stub-cache-arm.cc
  M src/builtins.h
  M src/builtins.cc
  M src/ia32/stub-cache-ia32.cc
  M src/stub-cache.cc
  M src/x64/stub-cache-x64.cc
  M test/cctest/test-accessors.cc
  M test/cctest/test-api.cc


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

Reply via email to