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));
On 2011/05/12 16:11:05, Mads Ager wrote:
I wonder if what we should be using here is %_IsSpecObject?

You're right. It's simpler.

http://codereview.chromium.org/7018001/

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to