Rename Proxy class to Foreign, to avoid confusion with Harmony proxies.
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 May 2011 11:47:34 +0000 (11:47 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 19 May 2011 11:47:34 +0000 (11:47 +0000)
commitabd77ad439ee626a1423b2c27ecc11aeb509d178
treea4db8e0cc7031139eab0e648bf3cd6b826b77a03
parenteea59292e6fb51635f051aaf6097d61b2f483220
Rename Proxy class to Foreign, to avoid confusion with Harmony proxies.

Also fix grokdump, which was off by one after intro of JSProxy type.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7959 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
24 files changed:
include/v8.h
src/api.cc
src/api.h
src/bootstrapper.cc
src/debug.cc
src/factory.cc
src/factory.h
src/handles.cc
src/heap.cc
src/heap.h
src/liveobjectlist.cc
src/messages.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects-visiting.cc
src/objects.cc
src/objects.h
src/profile-generator.cc
src/property.h
src/runtime.cc
src/v8globals.h
test/cctest/test-alloc.cc
tools/grokdump.py