Reviewers: Søren Gjesse, Description: Remove the LookupResult IsValid method because it is confusing.
Replaced IsValid by IsPropertyOrTransition and used IsProperty in most of the places where IsValid was used before. Most of the time when inspecting a lookup result we really want to know if there is a real property present. Only for stores are we interested in transitions. BUG=http://crbug.com/20104 TEST=cctest/test-api/NamedInterceptorMapTransitionRead Please review this at http://codereview.chromium.org/647015 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/api.cc M src/arm/stub-cache-arm.cc M src/bootstrapper.cc M src/fast-codegen.cc M src/ia32/stub-cache-ia32.cc M src/ic.cc M src/objects.cc M src/property.h M src/property.cc M src/runtime.cc M src/stub-cache.cc M src/x64/stub-cache-x64.cc M test/cctest/test-api.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
