Index: src/full-codegen.h |
=================================================================== |
--- src/full-codegen.h (revision 3911) |
+++ src/full-codegen.h (working copy) |
@@ -421,6 +421,10 @@ |
// in v8::internal::Context. |
void LoadContextField(Register dst, int context_index); |
+ void EmitCallRuntime(Runtime::FunctionId id, int arg_count); |
+ void EmitCallRuntime(Runtime::Function* f, int arg_count); |
+ |
+ |
// AST node visit functions. |
#define DECLARE_VISIT(type) virtual void Visit##type(type* node); |
AST_NODE_LIST(DECLARE_VISIT) |