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

Issue 18552: Fix bug where strings were not flattened before regexp. (Closed)

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

Description

Fix bug where strings were not flattened before regexp. Committed: http://code.google.com/p/v8/source/detail?r=1142

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -39 lines) Patch
M src/api.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/handles.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M src/jsregexp.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M src/objects.h View 1 1 chunk +8 lines, -6 lines 0 comments Download
M src/objects.cc View 1 4 chunks +8 lines, -10 lines 0 comments Download
M src/objects-inl.h View 1 1 chunk +3 lines, -2 lines 0 comments Download
M src/parser.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 11 chunks +14 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Erik Corry
11 years, 11 months ago (2009-01-23 14:34:37 UTC) #1
Christian Plesner Hansen
Lgtm, except for the poorly named and/or documented TryFlattenNoInlineCheck. http://codereview.chromium.org/18552/diff/1/4 File src/objects.h (right): http://codereview.chromium.org/18552/diff/1/4#newcode3138 Line ...
11 years, 11 months ago (2009-01-26 07:30:31 UTC) #2
Erik Corry
11 years, 11 months ago (2009-01-26 08:14:23 UTC) #3
Christian Plesner Hansen
11 years, 11 months ago (2009-01-26 08:32:48 UTC) #4
Lgtm

Powered by Google App Engine
This is Rietveld 408576698