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

Unified Diff: src/codegen.h

Issue 2850: Generalize the Function.prototype.call hooks in the... (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 | « src/builtins-ia32.cc ('k') | src/codegen.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/codegen.h
===================================================================
--- src/codegen.h (revision 310)
+++ src/codegen.h (working copy)
@@ -147,16 +147,7 @@
// name/value pairs.
virtual void DeclareGlobals(Handle<FixedArray> pairs) = 0;
- virtual void GenerateShiftDownAndTailCall(ZoneList<Expression*>* args) = 0;
- virtual void GenerateSetThisFunction(ZoneList<Expression*>* args) = 0;
- virtual void GenerateGetThisFunction(ZoneList<Expression*>* args) = 0;
- virtual void GenerateSetThis(ZoneList<Expression*>* args) = 0;
- virtual void GenerateGetArgumentsLength(ZoneList<Expression*>* args) = 0;
- virtual void GenerateSetArgumentsLength(ZoneList<Expression*>* args) = 0;
- virtual void GenerateTailCallWithArguments(ZoneList<Expression*>* args) = 0;
- virtual void GenerateSetArgument(ZoneList<Expression*>* args) = 0;
- virtual void GenerateSquashFrame(ZoneList<Expression*>* args) = 0;
- virtual void GenerateExpandFrame(ZoneList<Expression*>* args) = 0;
+ // Support for type checks.
virtual void GenerateIsSmi(ZoneList<Expression*>* args) = 0;
virtual void GenerateIsNonNegativeSmi(ZoneList<Expression*>* args) = 0;
virtual void GenerateIsArray(ZoneList<Expression*>* args) = 0;
« no previous file with comments | « src/builtins-ia32.cc ('k') | src/codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698