v8
3.25.30(node0.11.13)
V8 is Google's open source JavaScript engine
|
#include <version.h>
Static Public Member Functions | |
static int | GetMajor () |
static int | GetMinor () |
static int | GetBuild () |
static int | GetPatch () |
static bool | IsCandidate () |
static void | GetString (Vector< char > str) |
static void | GetSONAME (Vector< char > str) |
static const char * | GetVersion () |
Friends | |
void | SetVersion (int major, int minor, int build, int patch, bool candidate, const char *soname) |
|
inlinestatic |
Definition at line 39 of file version.h.
Referenced by Version::GetSONAME(), and Version::GetString().
|
inlinestatic |
Definition at line 37 of file version.h.
Referenced by Version::GetSONAME(), and Version::GetString().
|
inlinestatic |
Definition at line 38 of file version.h.
Referenced by Version::GetSONAME(), and Version::GetString().
|
inlinestatic |
Definition at line 40 of file version.h.
Referenced by Version::GetSONAME(), and Version::GetString().
|
static |
Definition at line 99 of file version.cc.
References Version::GetBuild(), Version::GetMajor(), Version::GetMinor(), Version::GetPatch(), Version::IsCandidate(), v8::internal::NULL, and OS::SNPrintF().
|
static |
Definition at line 79 of file version.cc.
References Version::GetBuild(), Version::GetMajor(), Version::GetMinor(), Version::GetPatch(), Version::IsCandidate(), and OS::SNPrintF().
|
inlinestatic |
Definition at line 49 of file version.h.
Referenced by V8::GetVersion().
|
inlinestatic |
Definition at line 41 of file version.h.
Referenced by Version::GetSONAME(), and Version::GetString().
|
friend |
Definition at line 39 of file test-version.cc.