Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 39e50604f46f43b44aab73b2673e49da8ed105dd..672e6c71ae545102732e8f2fcf0ffb212db91c54 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1151,6 +1151,10 @@ class HGraphBuilder: public AstVisitor { |
| Handle<Map> map, |
| Handle<AccessorPair> accessors, |
| Handle<JSObject> holder); |
| + bool LookupAccessorPair(Handle<Map> map, |
|
Michael Starzinger
2012/07/27 09:19:23
Can we have a short comment what this method does
Sven Panne
2012/07/27 09:42:40
Done.
|
| + Handle<String> name, |
| + Handle<AccessorPair>* accessors, |
| + Handle<JSObject>* holder); |
| HInstruction* BuildLoadNamedMonomorphic(HValue* object, |
| Handle<String> name, |
| Property* expr, |