summaryrefslogtreecommitdiff
path: root/deps/v8/src/full-codegen.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-11-24 01:03:06 -0800
committerRyan Dahl <ry@tinyclouds.org>2010-11-24 01:03:06 -0800
commit73318fa09d0b67a67c1033bf0bfcc0e78883f257 (patch)
treeecdf0c18b14e3158cfbdff95d012f810b216f43d /deps/v8/src/full-codegen.h
parentfa8ffaf9b2375f98ac86f887bf76f3aa81fa5aa4 (diff)
downloadnode-73318fa09d0b67a67c1033bf0bfcc0e78883f257.tar.gz
Upgrade V8 to 2.5.8
Diffstat (limited to 'deps/v8/src/full-codegen.h')
-rw-r--r--deps/v8/src/full-codegen.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/full-codegen.h b/deps/v8/src/full-codegen.h
index 6a1def6ee..97a56bd90 100644
--- a/deps/v8/src/full-codegen.h
+++ b/deps/v8/src/full-codegen.h
@@ -348,7 +348,7 @@ class FullCodeGenerator: public AstVisitor {
// Platform-specific support for allocating a new closure based on
// the given function info.
- void EmitNewClosure(Handle<SharedFunctionInfo> info);
+ void EmitNewClosure(Handle<SharedFunctionInfo> info, bool pretenure);
// Platform-specific support for compiling assignments.