Lines Matching refs:Version
30 #include "version.h"
32 // These macros define the version number for the current version.
44 // shared library instead the generic SONAME generated from the V8 version
70 int Version::major_ = MAJOR_VERSION;
71 int Version::minor_ = MINOR_VERSION;
72 int Version::build_ = BUILD_NUMBER;
73 int Version::patch_ = PATCH_LEVEL;
74 bool Version::candidate_ = (IS_CANDIDATE_VERSION != 0);
75 const char* Version::soname_ = SONAME;
76 const char* Version::version_string_ = VERSION_STRING;
78 // Calculate the V8 version string.
79 void Version::GetString(Vector<char> str) {
99 void Version::GetSONAME(Vector<char> str) {