Reviewers: Mads Ager, antonm, pfeldman,

Description:
Small API improvements:

 * Added Get and Set taking uint32_t for faster and more convenient
   access to elements.

 * Added less verbose casting for handles. Now instead of
       v8::Local<v8::String>::Cast(args[0])
   one can write
       args[0].As<v8::String>().

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

Affected files:
  M include/v8.h
  M src/api.cc
  M src/handles.h
  M src/handles.cc
  M src/runtime.h
  M src/runtime.cc
  M test/cctest/test-api.cc


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

Reply via email to