Index: src/stub-cache.h |
=================================================================== |
--- src/stub-cache.h (revision 751) |
+++ src/stub-cache.h (working copy) |
@@ -148,6 +148,7 @@ |
// --- |
static Object* ComputeCallInitialize(int argc); |
+ static Object* ComputeCallInitializeInLoop(int argc); |
static Object* ComputeCallPreMonomorphic(int argc); |
static Object* ComputeCallNormal(int argc); |
static Object* ComputeCallMegamorphic(int argc); |