LGTM, modulo one question.
http://codereview.chromium.org/7018001/diff/1/src/macros.py File src/macros.py (right): http://codereview.chromium.org/7018001/diff/1/src/macros.py#newcode130 src/macros.py:130: macro TO_OBJECT_INLINE(arg) = ((IS_OBJECT(%IS_VAR(arg)) && !IS_NULL_OR_UNDEFINED(arg)) ? arg : ToObject(arg)); I wonder if what we should be using here is %_IsSpecObject? http://codereview.chromium.org/7018001/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
