Remove JSReceiver::GetPrototype and replace it with PrototypeIterator calls
authorjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Jul 2014 09:44:37 +0000 (09:44 +0000)
committerjochen@chromium.org <jochen@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 17 Jul 2014 09:44:37 +0000 (09:44 +0000)
commitfe558594b9f7b064dfe50345c27e0d5eaba0d623
treead80769f5665d6573bba1ca3d18b76bd20f2efd1
parente36f1dde463b92c700a37cae7152b99289a40336
Remove JSReceiver::GetPrototype and replace it with PrototypeIterator calls

BUG=none
R=verwaest@chromium.org
LOG=n

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@22442 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
15 files changed:
src/accessors.cc
src/api.cc
src/builtins.cc
src/deoptimizer.cc
src/heap-snapshot-generator.cc
src/hydrogen.cc
src/ic.cc
src/isolate.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/prototype.h
src/runtime.cc
src/stub-cache.cc