Handlify the runtime lookup of CallIC and KeyedCallIC.
authorkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Oct 2011 12:04:16 +0000 (12:04 +0000)
committerkmillikin@chromium.org <kmillikin@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 19 Oct 2011 12:04:16 +0000 (12:04 +0000)
commit838fc2776683ccc2b30e75a6a2253bc353f7a1f0
tree868eb29e3191a39272bdd2c62e134b240c384743
parentacc02637558ea4fb158af261aaae29e051b06339
Handlify the runtime lookup of CallIC and KeyedCallIC.

R=ulan@chromium.org
BUG=
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9701 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/accessors.cc
src/api.cc
src/bootstrapper.cc
src/debug.cc
src/handles.cc
src/handles.h
src/ic.cc
src/ic.h
src/objects.cc
src/objects.h
src/runtime.cc
src/runtime.h
src/v8globals.h