| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 5c8d2ec027aff71512e78139ae6c6ebbd63e0abc..9493f878fd5895f83829e75a26134e4b542e2a90 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1316,6 +1316,10 @@ class HGraphBuilder {
|
| bool is_js_array,
|
| PropertyAccessType access_type);
|
|
|
| + HValue* BuildCheckAndGrowElementsCapacity(HValue* object, HValue* elements,
|
| + ElementsKind kind, HValue* length,
|
| + HValue* capacity, HValue* key);
|
| +
|
| HValue* BuildCopyElementsOnWrite(HValue* object,
|
| HValue* elements,
|
| ElementsKind kind,
|
|
|