| Index: src/hydrogen.h
|
| ===================================================================
|
| --- src/hydrogen.h (revision 6080)
|
| +++ src/hydrogen.h (working copy)
|
| @@ -324,6 +324,7 @@
|
| HConstant* GetConstantMinus1();
|
| HConstant* GetConstantTrue();
|
| HConstant* GetConstantFalse();
|
| + HConstant* GetConstantHole();
|
|
|
| HBasicBlock* CreateBasicBlock();
|
| HArgumentsObject* GetArgumentsObject() const {
|
| @@ -387,6 +388,7 @@
|
| SetOncePointer<HConstant> constant_minus1_;
|
| SetOncePointer<HConstant> constant_true_;
|
| SetOncePointer<HConstant> constant_false_;
|
| + SetOncePointer<HConstant> constant_hole_;
|
| SetOncePointer<HArgumentsObject> arguments_object_;
|
|
|
| friend class HSubgraph;
|
|
|