V8 Project
|
#include <version.h>
Static Public Member Functions | |
static int | GetMajor () |
static int | GetMinor () |
static int | GetBuild () |
static int | GetPatch () |
static bool | IsCandidate () |
static int | Hash () |
static void | GetString (Vector< char > str) |
static void | GetSONAME (Vector< char > str) |
static const char * | GetVersion () |
Static Private Attributes | |
static int | major_ = MAJOR_VERSION |
static int | minor_ = MINOR_VERSION |
static int | build_ = BUILD_NUMBER |
static int | patch_ = PATCH_LEVEL |
static bool | candidate_ = (IS_CANDIDATE_VERSION != 0) |
static const char * | soname_ = SONAME |
static const char * | version_string_ = VERSION_STRING |
Friends | |
void | SetVersion (int major, int minor, int build, int patch, bool candidate, const char *soname) |
|
inlinestatic |
Definition at line 16 of file version.h.
References build_.
Referenced by GetSONAME(), and GetString().
|
inlinestatic |
Definition at line 14 of file version.h.
References major_.
Referenced by GetSONAME(), and GetString().
|
inlinestatic |
Definition at line 15 of file version.h.
References minor_.
Referenced by GetSONAME(), and GetString().
|
inlinestatic |
Definition at line 17 of file version.h.
References patch_.
Referenced by GetSONAME(), and GetString().
|
static |
Definition at line 99 of file version.cc.
References GetBuild(), GetMajor(), GetMinor(), GetPatch(), IsCandidate(), NULL, v8::internal::SNPrintF(), and soname_.
|
static |
Definition at line 79 of file version.cc.
References GetBuild(), GetMajor(), GetMinor(), GetPatch(), IsCandidate(), and v8::internal::SNPrintF().
|
inlinestatic |
Definition at line 27 of file version.h.
References version_string_.
Referenced by v8::V8::GetVersion().
|
inlinestatic |
|
inlinestatic |
Definition at line 18 of file version.h.
References candidate_.
Referenced by GetSONAME(), and GetString().
|
friend |
|
staticprivate |
Definition at line 33 of file version.h.
Referenced by GetBuild().
|
staticprivate |
Definition at line 35 of file version.h.
Referenced by IsCandidate().
|
staticprivate |
Definition at line 31 of file version.h.
Referenced by GetMajor(), and Hash().
|
staticprivate |
Definition at line 32 of file version.h.
Referenced by GetMinor(), and Hash().
|
staticprivate |
Definition at line 34 of file version.h.
Referenced by GetPatch(), and Hash().
|
staticprivate |
Definition at line 36 of file version.h.
Referenced by GetSONAME().
|
staticprivate |
Definition at line 37 of file version.h.
Referenced by GetVersion().