Index: src/ia32/virtual-frame-ia32.h |
=================================================================== |
--- src/ia32/virtual-frame-ia32.h (revision 4791) |
+++ src/ia32/virtual-frame-ia32.h (working copy) |
@@ -360,6 +360,9 @@ |
// include the receiver. |
Result CallCallIC(RelocInfo::Mode mode, int arg_count, int loop_nesting); |
+ // Call keyed call IC. Same calling convention as CallCallIC. |
+ Result CallKeyedCallIC(RelocInfo::Mode mode, int arg_count, int loop_nesting); |
+ |
// Allocate and call JS function as constructor. Arguments, |
// receiver (global object), and function are found on top of the |
// frame. Function is not dropped. The argument count does not |