| Index: src/stub-cache.cc
|
| ===================================================================
|
| --- src/stub-cache.cc (revision 5176)
|
| +++ src/stub-cache.cc (working copy)
|
| @@ -822,6 +822,13 @@
|
| // StubCompiler implementation.
|
|
|
|
|
| +// Support function for computing call IC miss stubs.
|
| +Handle<Code> ComputeCallMiss(int argc, Code::Kind kind) {
|
| + CALL_HEAP_FUNCTION(StubCache::ComputeCallMiss(argc, kind), Code);
|
| +}
|
| +
|
| +
|
| +
|
| Object* LoadCallbackProperty(Arguments args) {
|
| ASSERT(args[0]->IsJSObject());
|
| ASSERT(args[1]->IsJSObject());
|
|
|