| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 9303b964ef7ae01fceac2415020e9accd4897c35..55e7274d0fd4937fcd646ee5a8987ea4e6e27047 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,
|
|
|