LGTM.
http://codereview.chromium.org/7887038/diff/1/src/ast.cc File src/ast.cc (right): http://codereview.chromium.org/7887038/diff/1/src/ast.cc#newcode532 src/ast.cc:532: return !var()->IsLookupSlot(); I'd prefer to keep this a whitelist, listing the things that we can support. It's too risky that someone will add a new kind of thing that becomes inlinable without supporting it. http://codereview.chromium.org/7887038/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
