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

Issue 3585010: API: expose RegExp. (Closed)

Created:
10 years, 2 months ago by Vitaly Repeshko
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

API: expose RegExp. Committed: http://code.google.com/p/v8/source/detail?r=5584

Patch Set 1 #

Total comments: 12
Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -0 lines) Patch
M include/v8.h View 2 chunks +38 lines, -0 lines 2 comments Download
M src/api.h View 4 chunks +6 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +67 lines, -0 lines 8 comments Download
M test/cctest/test-api.cc View 1 chunk +55 lines, -0 lines 2 comments Download

Messages

Total messages: 5 (0 generated)
Vitaly Repeshko
10 years, 2 months ago (2010-10-04 14:30:37 UTC) #1
antonm
LGTM http://codereview.chromium.org/3585010/diff/1/3 File src/api.cc (right): http://codereview.chromium.org/3585010/diff/1/3#newcode3730 src/api.cc:3730: ASSERT(num_flags <= static_cast<int>(sizeof(flags_buf))); You might prefer to use ...
10 years, 2 months ago (2010-10-04 14:44:55 UTC) #2
Vitaly Repeshko
Thanks for speedy review! Submitted. -- Vitaly http://codereview.chromium.org/3585010/diff/1/3 File src/api.cc (right): http://codereview.chromium.org/3585010/diff/1/3#newcode3730 src/api.cc:3730: ASSERT(num_flags <= ...
10 years, 2 months ago (2010-10-04 15:04:41 UTC) #3
Mads Ager (chromium)
LGTM. I think the implementation can be simplified a bit. http://codereview.chromium.org/3585010/diff/1/2 File include/v8.h (right): http://codereview.chromium.org/3585010/diff/1/2#newcode1374 ...
10 years, 2 months ago (2010-10-05 08:55:46 UTC) #4
Vitaly Repeshko
10 years, 2 months ago (2010-10-05 10:58:00 UTC) #5
Mads,

Thanks for the additional comments. I'm addressing them in the patch I just sent
you.


-- Vitaly

Powered by Google App Engine
This is Rietveld 408576698