Home
last modified time | relevance | path

Searched refs:NODE_VERSION (Results 1 - 8 of 8) sorted by relevance

/third_party/node/src/
H A Dnode_version.h65 #define NODE_VERSION "v" NODE_VERSION_STRING macro
H A Dnode_process_object.cc106 process, "version", FIXED_ONE_BYTE_STRING(isolate, NODE_VERSION)); in CreateProcessObject()
H A Dinspector_socket_server.cc121 response["Browser"] = "node.js/" NODE_VERSION; in SendVersionResponse()
H A Dnode.cc947 printf("%s\n", NODE_VERSION); in InitializeOncePerProcess()
H A Dnode_errors.cc496 FPrintF(stderr, "\nNode.js %s\n", NODE_VERSION); in ReportFatalException()
H A Dnode_snapshotable.cc910 NODE_VERSION); in Check()
/third_party/protobuf/
H A Dtests.sh447 NODE_VERSION=node-v12.16.3-darwin-x64
448 NODE_TGZ="$NODE_VERSION.tar.gz"
452 export PATH=$PATH:`pwd`/$NODE_VERSION/bin
/third_party/node/
H A Dvcbuild.bat543 msbuild "%~dp0tools\msvs\msi\nodemsi.sln" /m /t:Clean,Build %msbsdk% /p:PlatformToolset=%PLATFORM_TOOLSET% /p:WixSdkDir="%WIXSDKDIR%" /p:Configuration=%config% /p:Platform=%target_arch% /p:NodeVersion=%NODE_VERSION% /p:FullVersion=%FULLVERSION% /p:DistTypeDir=%DISTTYPEDIR% %noetw_msi_arg% /clp:NoSummary;NoItemAndPropertyList;Verbosity=minimal /nologo
805 set NODE_VERSION= variable
809 for /F "usebackq tokens=*" %%i in (`python "%~dp0tools\getnodeversion.py"`) do set NODE_VERSION=%%i variable
810 if not defined NODE_VERSION (
817 set FULLVERSION=%NODE_VERSION%
844 set FULLVERSION=%NODE_VERSION%-%TAG%

Completed in 10 milliseconds