Get rid of GetLazyValue and clients.
authorverwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Aug 2014 10:37:23 +0000 (10:37 +0000)
committerverwaest@chromium.org <verwaest@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 20 Aug 2014 10:37:23 +0000 (10:37 +0000)
commit26d72d50241d671ebb80cd8f736b415cace97c69
tree0343fd5361473856d6d3c49750117057baf045b6
parent66dcb63276bb6b2cd49b4b0342fb16399993a735
Get rid of GetLazyValue and clients.
This breaks fetching name of the constructor property of "Object"-labeled values in the heap-snapshot-generator until that's handlified and can be moved over to the LookupIterator.
BUG=
R=jkummerow@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23226 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/heap-snapshot-generator.cc
src/hydrogen.cc
src/ic.cc
src/objects.cc
src/objects.h
src/property.cc
src/property.h
test/cctest/test-api.cc
test/cctest/test-heap-profiler.cc