summaryrefslogtreecommitdiff
path: root/deps/v8/src/runtime.h
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2010-07-14 11:16:20 -0700
committerRyan Dahl <ry@tinyclouds.org>2010-07-14 11:16:20 -0700
commit8e2530c320d19717ffd3a2685a41e277e35235fd (patch)
treef11fd572cc3e50fc1ca9db2eac88ccd32b52589c /deps/v8/src/runtime.h
parent870aa3d97f65a58f80e8347c796f5ba685410462 (diff)
downloadnode-new-8e2530c320d19717ffd3a2685a41e277e35235fd.tar.gz
Upgrade V8 to 2.2.24
Diffstat (limited to 'deps/v8/src/runtime.h')
-rw-r--r--deps/v8/src/runtime.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/runtime.h b/deps/v8/src/runtime.h
index 5719fc8955..1c9bb08057 100644
--- a/deps/v8/src/runtime.h
+++ b/deps/v8/src/runtime.h
@@ -115,6 +115,7 @@ namespace internal {
F(NumberDiv, 2, 1) \
F(NumberMod, 2, 1) \
F(NumberUnaryMinus, 1, 1) \
+ F(NumberAlloc, 0, 1) \
\
F(StringAdd, 2, 1) \
F(StringBuilderConcat, 3, 1) \