| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 47fd69d7ccc2c20140c5d181079eeec86257ebf2..982857499d315e249057ca0552aa01a5183e91e3 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -921,6 +921,8 @@ class HGraphBuilder {
|
| bool is_store,
|
| Representation checked_index_representation = Representation::None());
|
|
|
| + HInstruction* BuildFastArrayLengthLoad(HValue* object);
|
| +
|
| HInstruction* BuildStoreMap(HValue* object, HValue* map, BailoutId id);
|
| HInstruction* BuildStoreMap(HValue* object, Handle<Map> map, BailoutId id);
|
|
|
|
|