LGTM with nit.
https://chromiumcodereview.appspot.com/10658014/diff/1/src/runtime.cc File src/runtime.cc (right): https://chromiumcodereview.appspot.com/10658014/diff/1/src/runtime.cc#newcode798 src/runtime.cc:798: CONVERT_ARG_HANDLE_CHECKED(Object, key, 1); Why that change? Using that macro is redundant when the type is Object. (Same below) https://chromiumcodereview.appspot.com/10658014/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
