diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-12-17 09:29:19 -0800 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-12-17 09:47:55 -0800 |
commit | 7d425a0a160e65b357ed1ad8b35dc01855b5f479 (patch) | |
tree | 5d1c940b27eeea7bbe420361e667ad7304b84a33 /deps/v8/src/runtime.h | |
parent | 9eaf2329e7d1e7c2de20ab7e4461bf55b18595c2 (diff) | |
download | node-new-7d425a0a160e65b357ed1ad8b35dc01855b5f479.tar.gz |
Upgrade V8 to 3.0.3
Diffstat (limited to 'deps/v8/src/runtime.h')
-rw-r--r-- | deps/v8/src/runtime.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deps/v8/src/runtime.h b/deps/v8/src/runtime.h index 5c841fc9d4..5ecae7e940 100644 --- a/deps/v8/src/runtime.h +++ b/deps/v8/src/runtime.h @@ -66,7 +66,6 @@ namespace internal { \ F(IsInPrototypeChain, 2, 1) \ F(SetHiddenPrototype, 2, 1) \ - F(SetMathFunctionId, 2, 1) \ \ F(IsConstructCall, 0, 1) \ \ @@ -343,8 +342,8 @@ namespace internal { F(IsBreakOnException, 1, 1) \ F(PrepareStep, 3, 1) \ F(ClearStepping, 0, 1) \ - F(DebugEvaluate, 4, 1) \ - F(DebugEvaluateGlobal, 3, 1) \ + F(DebugEvaluate, 5, 1) \ + F(DebugEvaluateGlobal, 4, 1) \ F(DebugGetLoadedScripts, 0, 1) \ F(DebugReferencedBy, 3, 1) \ F(DebugConstructedBy, 2, 1) \ |