| Index: src/stub-cache.h
|
| diff --git a/src/stub-cache.h b/src/stub-cache.h
|
| index 555d66076052ef75d2b9741fc2699ecfc7fc894c..0468e7492bd1952e2bcd0729390cf7658e4db550 100644
|
| --- a/src/stub-cache.h
|
| +++ b/src/stub-cache.h
|
| @@ -133,9 +133,6 @@ class StubCache {
|
| Handle<JSObject> receiver,
|
| Handle<JSObject> holder);
|
|
|
| - Handle<Code> ComputeKeyedLoadArrayLength(Handle<String> name,
|
| - Handle<JSArray> receiver);
|
| -
|
| Handle<Code> ComputeKeyedLoadFunctionPrototype(Handle<String> name,
|
| Handle<JSFunction> receiver);
|
|
|
| @@ -667,8 +664,6 @@ class KeyedLoadStubCompiler: public StubCompiler {
|
| Handle<JSObject> holder,
|
| Handle<String> name);
|
|
|
| - Handle<Code> CompileLoadArrayLength(Handle<String> name);
|
| -
|
| Handle<Code> CompileLoadFunctionPrototype(Handle<String> name);
|
|
|
| Handle<Code> CompileLoadElement(Handle<Map> receiver_map);
|
|
|