LGTM with nit.
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#newcode1786
src/runtime.cc:1786: CONVERT_ARG_HANDLE_CHECKED(Object, O, 0);
We usuall just use
Handle<Object> O = args.at<Object>(0);
since the arguments are always objects.
https://codereview.chromium.org/238933002/
--
--
v8-dev mailing list
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.