Index: src/stub-cache.h |
=================================================================== |
--- src/stub-cache.h (revision 506) |
+++ src/stub-cache.h (working copy) |
@@ -301,6 +301,9 @@ |
static void GenerateLoadGlobalFunctionPrototype(MacroAssembler* masm, |
int index, |
Register prototype); |
+ static void GenerateFastPropertyLoad(MacroAssembler* masm, |
+ Register dst, Register src, |
+ JSObject* holder, int index); |
static void GenerateLoadField(MacroAssembler* masm, |
JSObject* object, |
JSObject* holder, |