LGTM!
http://codereview.chromium.org/6523052/diff/7018/src/ic.cc File src/ic.cc (right): http://codereview.chromium.org/6523052/diff/7018/src/ic.cc#newcode441 src/ic.cc:441: JSFunction* function = JSFunction::cast(*callee); Let's keep it all in handles here to not mix handlified and non-handlified code when we can easily avoid it. Handle<JSFuntion> function = Handle<JSFunction>::cast(callee); http://codereview.chromium.org/6523052/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
