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

Unified Diff: src/isolate.h

Issue 148333003: crankshaft support for api method calls (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: rebase Created 6 years, 11 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
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index 5956baad8851d458bea783c1bbce0adc2aabe38b..4f70b8e9a3e3a5c949e29ec9ac030e9148a0aa34 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1078,6 +1078,7 @@ class Isolate {
NamedCall,
CallHandler,
ArgumentAdaptorCall,
+ ApiFunctionCall,
NUMBER_OF_CALL_DESCRIPTORS
};
« no previous file with comments | « src/ia32/code-stubs-ia32.cc ('k') | src/stub-cache.h » ('j') | src/stub-cache.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698