![]() |
v8
3.11.10(node0.8.26)
V8 is Google's open source JavaScript engine
|

Go to the source code of this file.
Namespaces | |
| v8 | |
| v8::internal | |
Macros | |
| #define | MAJOR_VERSION 3 |
| #define | MINOR_VERSION 11 |
| #define | BUILD_NUMBER 10 |
| #define | PATCH_LEVEL 0 |
| #define | IS_CANDIDATE_VERSION 0 |
| #define | SONAME "" |
| #define | CANDIDATE_STRING "" |
| #define | SX(x) #x |
| #define | S(x) SX(x) |
| #define | VERSION_STRING |
| #define BUILD_NUMBER 10 |
Definition at line 37 of file version.cc.
| #define CANDIDATE_STRING "" |
Definition at line 51 of file version.cc.
| #define IS_CANDIDATE_VERSION 0 |
Definition at line 41 of file version.cc.
| #define MAJOR_VERSION 3 |
Definition at line 35 of file version.cc.
| #define MINOR_VERSION 11 |
Definition at line 36 of file version.cc.
| #define PATCH_LEVEL 0 |
Definition at line 38 of file version.cc.
| #define S | ( | x | ) | SX(x) |
Definition at line 55 of file version.cc.
Referenced by String::Empty(), v8::False(), Handle< Value >::Handle(), Local< Object >::Local(), v8::Null(), Persistent< Value >::Persistent(), v8::True(), and v8::Undefined().
| #define SONAME "" |
Definition at line 46 of file version.cc.
| #define SX | ( | x | ) | #x |
Definition at line 54 of file version.cc.
| #define VERSION_STRING |
Definition at line 62 of file version.cc.