v8  3.14.5(node0.10.28)
V8 is Google's open source JavaScript engine
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Version Class Reference

#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)
 

Detailed Description

Definition at line 34 of file version.h.

Member Function Documentation

static int GetBuild ( )
inlinestatic

Definition at line 39 of file version.h.

Referenced by Version::GetSONAME(), and Version::GetString().

static int GetMajor ( )
inlinestatic

Definition at line 37 of file version.h.

Referenced by Version::GetSONAME(), and Version::GetString().

static int GetMinor ( )
inlinestatic

Definition at line 38 of file version.h.

Referenced by Version::GetSONAME(), and Version::GetString().

static int GetPatch ( )
inlinestatic

Definition at line 40 of file version.h.

Referenced by Version::GetSONAME(), and Version::GetString().

void GetSONAME ( Vector< char >  str)
static
void GetString ( Vector< char >  str)
static
static const char* GetVersion ( )
inlinestatic

Definition at line 49 of file version.h.

Referenced by V8::GetVersion().

static bool IsCandidate ( )
inlinestatic

Definition at line 41 of file version.h.

Referenced by Version::GetSONAME(), and Version::GetString().

Friends And Related Function Documentation

void SetVersion ( int  major,
int  minor,
int  build,
int  patch,
bool  candidate,
const char *  soname 
)
friend

Definition at line 39 of file test-version.cc.


The documentation for this class was generated from the following files: