v8  7.8.279(node12.16.3)
V8 is Google's open source JavaScript engine
v8-version-string.h File Reference
#include "v8-version.h"
Include dependency graph for v8-version-string.h:

Go to the source code of this file.

Macros

#define V8_CANDIDATE_STRING   ""
 
#define V8_EMBEDDER_STRING   ""
 
#define V8_SX(x)   #x
 
#define V8_S(x)   V8_SX(x)
 
#define V8_VERSION_STRING
 

Macro Definition Documentation

◆ V8_CANDIDATE_STRING

#define V8_CANDIDATE_STRING   ""

Definition at line 16 of file v8-version-string.h.

◆ V8_EMBEDDER_STRING

#define V8_EMBEDDER_STRING   ""

Definition at line 20 of file v8-version-string.h.

◆ V8_S

#define V8_S (   x)    V8_SX(x)

Definition at line 24 of file v8-version-string.h.

◆ V8_SX

#define V8_SX (   x)    #x

Definition at line 23 of file v8-version-string.h.

◆ V8_VERSION_STRING

#define V8_VERSION_STRING
Value:
V8_EMBEDDER_STRING V8_CANDIDATE_STRING
#define V8_CANDIDATE_STRING
#define V8_MAJOR_VERSION
Definition: v8-version.h:11
#define V8_BUILD_NUMBER
Definition: v8-version.h:13
#define V8_S(x)
#define V8_MINOR_VERSION
Definition: v8-version.h:12

Definition at line 32 of file v8-version-string.h.