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

Unified Diff: src/crankshaft/hydrogen.h

Issue 2448463002: [regexp] Remove unused code (Closed)
Patch Set: Created 4 years, 2 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/compiler/typer.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/crankshaft/hydrogen.h
diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
index 9f19ee7074eb0cda33645f1d8d0705c253cbd031..649047e896e22d5443124a4cfc98d2385e90c923 100644
--- a/src/crankshaft/hydrogen.h
+++ b/src/crankshaft/hydrogen.h
@@ -1417,10 +1417,6 @@ class HGraphBuilder {
// ES6 section 7.4.7 CreateIterResultObject ( value, done )
HValue* BuildCreateIterResultObject(HValue* value, HValue* done);
- HValue* BuildRegExpConstructResult(HValue* length,
- HValue* index,
- HValue* input);
-
// Allocates a new object according with the given allocation properties.
HAllocate* BuildAllocate(HValue* object_size,
HType type,
@@ -2202,9 +2198,6 @@ class HOptimizedGraphBuilder : public HGraphBuilder,
F(StringCharCodeAt) \
F(SubString) \
F(RegExpExec) \
- F(RegExpConstructResult) \
- F(RegExpFlags) \
- F(RegExpSource) \
F(NumberToString) \
F(DebugIsActive) \
/* Typed Arrays */ \
« no previous file with comments | « src/compiler/typer.cc ('k') | src/crankshaft/hydrogen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698