LGTM.

http://codereview.chromium.org/42559/diff/1/3
File src/d8.cc (right):

http://codereview.chromium.org/42559/diff/1/3#newcode100
Line 100: return !strcmp(name1, name2);
return strcmp(name1, name2) == 0; maybe?

http://codereview.chromium.org/42559/diff/1/2
File src/date-delay.js (right):

http://codereview.chromium.org/42559/diff/1/2#newcode411
Line 411: if (IS_DATE(aDate)) foo = %_ValueOf(aDate);
Hvabehar?

http://codereview.chromium.org/42559

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

Reply via email to