Home
last modified time | relevance | path

Searched refs:NODE_VERSION_STRING (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_version.h57 # define NODE_VERSION_STRING NODE_STRINGIFY(NODE_MAJOR_VERSION) "." \ macro
62 # define NODE_EXE_VERSION NODE_VERSION_STRING
65 #define NODE_VERSION "v" NODE_VERSION_STRING
Dnode_metadata.cc68 node = NODE_VERSION_STRING; in Versions()
106 #define NODE_RELEASE_URLPFX NODE_RELEASE_URLBASE "v" NODE_VERSION_STRING "/" in Release()
107 #define NODE_RELEASE_URLFPFX NODE_RELEASE_URLPFX "node-v" NODE_VERSION_STRING in Release()
Dnode_report.cc354 buf << "v" << NODE_VERSION_STRING; in PrintVersionInformation()