Fix CurrentMapForDeprecated() to return MaybeHandle instead of a null handle.
authorbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Apr 2014 05:47:43 +0000 (05:47 +0000)
committerbmeurer@chromium.org <bmeurer@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 28 Apr 2014 05:47:43 +0000 (05:47 +0000)
commit88ca76bce18689cc47095d6654d267728214b71c
tree898e9e253e03be0b613f7aba9a74d10c7583230a
parenta9655b7d37e68187fe24807400b4e04ca37d8099
Fix CurrentMapForDeprecated() to return MaybeHandle instead of a null handle.

Also fix TryMigrateInstance() to return bool instead of the parameter or
a null handle.

R=yangguo@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@20996 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/ast.h
src/hydrogen.cc
src/objects.cc
src/objects.h
src/runtime.cc
src/type-info.cc