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); On 2012/06/25 12:39:32, rossberg wrote:
Why that change? Using that macro is redundant when the type is
Object. (Same
below)
That is in line with one of Sven's refactorings and I just wanted to continue what he started. See the following CLs for more context. As discussed offline, I'll keep the change. https://chromiumcodereview.appspot.com/9395075 https://chromiumcodereview.appspot.com/9616016 https://chromiumcodereview.appspot.com/10658014/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
