Move LookupResult into crankshaft as that's now the only place where it's still used
authorverwaest <verwaest@chromium.org>
Wed, 18 Feb 2015 13:21:34 +0000 (05:21 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Feb 2015 13:21:43 +0000 (13:21 +0000)
commit7138634d5aadb5ae724daed629fae0b1623fbe0d
tree3990f0215ebf5507a715caa54284c5494ab1962b
parent6e56fd60e09875dfad989b0fcc9fa7af5a7ea886
Move LookupResult into crankshaft as that's now the only place where it's still used
Additionally handlify the "transition" field so that GC can stop caring about it.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#26718}
src/globals.h
src/hydrogen.cc
src/hydrogen.h
src/isolate.cc
src/isolate.h
src/objects-inl.h
src/objects.cc
src/objects.h
src/property.cc
src/property.h
test/cctest/test-api.cc