Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index d7579c46450e9ca5137ff2a947869409beea7e65..dee68f9221aab3034f40aca5335ca45481853128 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -1311,6 +1311,10 @@ class HGraphBuilder { |
HValue* BuildUncheckedDictionaryElementLoad(HValue* receiver, |
HValue* key); |
+ 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, |