Chromium Code Reviews| Index: src/x64/lithium-x64.h |
| =================================================================== |
| --- src/x64/lithium-x64.h (revision 6895) |
| +++ src/x64/lithium-x64.h (working copy) |
| @@ -1295,6 +1295,8 @@ |
| DECLARE_CONCRETE_INSTRUCTION(CallKeyed, "call-keyed") |
| DECLARE_HYDROGEN_ACCESSOR(CallKeyed) |
| + LOperand* key() { return inputs_[0]; } |
| + |
| virtual void PrintDataTo(StringStream* stream); |
| int arity() const { return hydrogen()->argument_count() - 1; } |