|
V8 Project
|
Include dependency graph for version.cc:Go to the source code of this file.
Namespaces | |
| v8 | |
| Debugger support for the V8 JavaScript engine. | |
| v8::internal | |
Macros | |
| #define | MAJOR_VERSION 3 |
| #define | MINOR_VERSION 29 |
| #define | BUILD_NUMBER 93 |
| #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 93 |
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 29 |
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.
| #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.