diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2010-05-21 09:41:50 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2010-05-21 09:41:50 -0700 |
commit | 2b34363d03e0718c9e9f39982c723b806558c759 (patch) | |
tree | 0388b89e7794e3aa7c9ee2e923570cca56c7def9 /deps/v8/src/codegen.h | |
parent | 9514a4d5476225e8c8310ce5acae2857033bcaaa (diff) | |
download | node-2b34363d03e0718c9e9f39982c723b806558c759.tar.gz |
Upgrade V8 to 2.2.11
Diffstat (limited to 'deps/v8/src/codegen.h')
-rw-r--r-- | deps/v8/src/codegen.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deps/v8/src/codegen.h b/deps/v8/src/codegen.h index a5bb31f14..358c6fccd 100644 --- a/deps/v8/src/codegen.h +++ b/deps/v8/src/codegen.h @@ -28,7 +28,6 @@ #ifndef V8_CODEGEN_H_ #define V8_CODEGEN_H_ -#include "ast.h" #include "code-stubs.h" #include "runtime.h" #include "type-info.h" @@ -115,7 +114,7 @@ namespace internal { F(CharFromCode, 1, 1) \ F(ObjectEquals, 2, 1) \ F(Log, 3, 1) \ - F(RandomHeapNumber, 0, 1) \ + F(RandomHeapNumber, 0, 1) \ F(IsObject, 1, 1) \ F(IsFunction, 1, 1) \ F(IsUndetectableObject, 1, 1) \ |