| Index: src/hydrogen.h
|
| diff --git a/src/hydrogen.h b/src/hydrogen.h
|
| index 6163e1ef04637e7b5c66c3baaa7f9ba1eb142827..7faa9f823946930e332e477f221c4bbd6f29811e 100644
|
| --- a/src/hydrogen.h
|
| +++ b/src/hydrogen.h
|
| @@ -1691,6 +1691,9 @@ class HOptimizedGraphBuilder: public HGraphBuilder, public AstVisitor {
|
| Property* expr,
|
| Handle<Map> map);
|
|
|
| + // Emit clause bodies and glue them together
|
| + void GlueSwitchClauses(SwitchStatement* stmt, ZoneList<HBasicBlock*>* bodies);
|
| +
|
| void AddCheckMap(HValue* object, Handle<Map> map);
|
|
|
| void AddCheckMapsWithTransitions(HValue* object,
|
|
|