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

Unified Diff: src/jsregexp.h

Issue 45010: Remove all uses of StringShape variables, since that has proven... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/interpreter-irregexp.cc ('k') | src/jsregexp.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/jsregexp.h
===================================================================
--- src/jsregexp.h (revision 1519)
+++ src/jsregexp.h (working copy)
@@ -108,15 +108,6 @@
Handle<String> subject,
Handle<JSArray> lastMatchInfo);
- static void NewSpaceCollectionPrologue();
- static void OldSpaceCollectionPrologue();
-
- // Converts a source string to a 16 bit flat string. The string
- // will be either sequential or it will be a SlicedString backed
- // by a flat string.
- static Handle<String> StringToTwoByte(Handle<String> pattern);
- static Handle<String> CachedStringToTwoByte(Handle<String> pattern);
-
// Offsets in the lastMatchInfo array.
static const int kLastCaptureCount = 0;
static const int kLastSubject = 1;
« no previous file with comments | « src/interpreter-irregexp.cc ('k') | src/jsregexp.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698