Replace Strings with Names in load and store ICs.
authordslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Aug 2014 12:57:25 +0000 (12:57 +0000)
committerdslomov@chromium.org <dslomov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 11 Aug 2014 12:57:25 +0000 (12:57 +0000)
commitc08daece9950e77e7e7d4f81462d02c05157893b
tree8c5b29137c61543cdd4a461399df764783788c2c
parent1efd68d9770c3f65cfe83d290a07bfc54c45f37f
Replace Strings with Names in load and store ICs.

Mostly mechanical, the only interesting change is in KeyedLoadIC::Load, where we now handle x[symbol] in the same way we handle x['string']

R=verwaest@chromium.org

Review URL: https://codereview.chromium.org/461603002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23038 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/accessors.cc
src/accessors.h
src/ic.cc
src/ic.h