Index: src/x64/ic-x64.cc |
=================================================================== |
--- src/x64/ic-x64.cc (revision 3555) |
+++ src/x64/ic-x64.cc (working copy) |
@@ -408,6 +408,16 @@ |
} |
+void KeyedLoadIC::GenerateString(MacroAssembler* masm) { |
+ // ----------- S t a t e ------------- |
+ // -- rsp[0] : return address |
+ // -- rsp[8] : name |
+ // -- rsp[16] : receiver |
+ // ----------------------------------- |
+ GenerateGeneric(masm); |
+} |
+ |
+ |
void KeyedLoadIC::GenerateExternalArray(MacroAssembler* masm, |
ExternalArrayType array_type) { |
// ----------- S t a t e ------------- |