Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(631)

Unified Diff: src/ic.h

Issue 1604: Fix issue http://code.google.com/p/v8/issues/detail?id=32... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/ic.cc » ('j') | src/ic.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/ic.h
===================================================================
--- src/ic.h (revision 184)
+++ src/ic.h (working copy)
@@ -183,6 +183,11 @@
Handle<Object> object,
Handle<String> name);
+ // Returns a JSFunction if the object can be called as a function,
+ // patches the stack to be ready for the call.
Kasper Lund 2008/09/08 05:27:21 and patches...
+ // Otherwise, it returns the undefined value.
+ Object* TryCallAsFunction(Object* object);
+
static void Clear(Address address, Code* target);
friend class IC;
};
« no previous file with comments | « no previous file | src/ic.cc » ('j') | src/ic.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698