Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(172)

Issue 42559: Remove stl dependencies from d8. (Closed)

Created:
11 years, 9 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove stl dependencies from d8. Committed: http://code.google.com/p/v8/source/detail?r=1599

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -20 lines) Patch
M src/d8.h View 3 chunks +39 lines, -7 lines 0 comments Download
M src/d8.cc View 4 chunks +27 lines, -11 lines 1 comment Download
M src/date-delay.js View 1 chunk +2 lines, -0 lines 1 comment Download
M src/serialize.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
11 years, 9 months ago (2009-03-24 13:09:48 UTC) #1
Kevin Millikin (Chromium)
11 years, 9 months ago (2009-03-24 13:29:30 UTC) #2
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?

Powered by Google App Engine
This is Rietveld 408576698