One nit -- can you recheck that tests pass after fixing?


https://codereview.chromium.org/553413002/diff/80001/src/macros.py
File src/macros.py (right):

https://codereview.chromium.org/553413002/diff/80001/src/macros.py#newcode170
src/macros.py:170: macro SHOULD_CREATE_WRAPPER(functionName, receiver) =
(!IS_NULL_OR_UNDEFINED(receiver) && !IS_SPEC_OBJECT(receiver) &&
%IsSloppyModeFunction(functionName));
At this point IS_NULL_OR_UNDEFINED is unneeded here, no?

https://codereview.chromium.org/553413002/

--
--
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.

Reply via email to