https://codereview.chromium.org/238933002/diff/1/src/runtime.cc
File src/runtime.cc (right):

https://codereview.chromium.org/238933002/diff/1/src/runtime.cc#newcode620
src/runtime.cc:620: RETURN_IF_EMPTY_HANDLE(isolate, symbol);
Removed macro as discussed offline.

https://codereview.chromium.org/238933002/diff/1/src/runtime.cc#newcode1786
src/runtime.cc:1786: CONVERT_ARG_HANDLE_CHECKED(Object, O, 0);
On 2014/04/15 10:21:06, Yang wrote:
We usuall just use
Handle<Object> O = args.at<Object>(0);

since the arguments are always objects.

Done.

https://codereview.chromium.org/238933002/

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to