LGTM
http://codereview.chromium.org/572005/diff/1/3 File src/runtime.cc (right): http://codereview.chromium.org/572005/diff/1/3#newcode2921 src/runtime.cc:2921: Handle<Object> name = args.at<Object>(1); Use CONVERT_CHECKED(String, name, args[1]) here and remove the RUNTIME_ASSERT and the Handle<String>::cast(name) from below. http://codereview.chromium.org/572005 -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
