#include <version.h>
|
| void | SetVersion (int major, int minor, int build, int patch, const char *embedder, bool candidate, const char *soname) |
| |
Definition at line 21 of file version.h.
◆ GetBuild()
| static int v8::internal::Version::GetBuild |
( |
| ) |
|
|
inlinestatic |
◆ GetEmbedder()
| static const char * v8::internal::Version::GetEmbedder |
( |
| ) |
|
|
inlinestatic |
◆ GetMajor()
| static int v8::internal::Version::GetMajor |
( |
| ) |
|
|
inlinestatic |
◆ GetMinor()
| static int v8::internal::Version::GetMinor |
( |
| ) |
|
|
inlinestatic |
◆ GetPatch()
| static int v8::internal::Version::GetPatch |
( |
| ) |
|
|
inlinestatic |
◆ GetSONAME()
| void v8::internal::Version::GetSONAME |
( |
base::Vector< char > | str | ) |
|
|
static |
◆ GetString()
| void v8::internal::Version::GetString |
( |
base::Vector< char > | str | ) |
|
|
static |
◆ GetVersion()
| static const char * v8::internal::Version::GetVersion |
( |
| ) |
|
|
inlinestatic |
◆ Hash()
| static uint32_t v8::internal::Version::Hash |
( |
| ) |
|
|
inlinestatic |
◆ IsCandidate()
| static bool v8::internal::Version::IsCandidate |
( |
| ) |
|
|
inlinestatic |
◆ SetVersion
| void SetVersion |
( |
int | major, |
|
|
int | minor, |
|
|
int | build, |
|
|
int | patch, |
|
|
const char * | embedder, |
|
|
bool | candidate, |
|
|
const char * | soname ) |
|
friend |
◆ build_
◆ candidate_
◆ embedder_
◆ major_
◆ minor_
◆ patch_
◆ soname_
| const char * v8::internal::Version::soname_ = SONAME |
|
staticprivate |
◆ version_string_
The documentation for this class was generated from the following files: