Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:NODE_VERSION
(Results
1 - 8
of
8
) sorted by relevance
/third_party/node/src/
H
A
D
node_version.h
65
#define
NODE_VERSION
"v" NODE_VERSION_STRING
macro
H
A
D
node_process_object.cc
106
process, "version", FIXED_ONE_BYTE_STRING(isolate,
NODE_VERSION
));
in CreateProcessObject()
H
A
D
inspector_socket_server.cc
121
response["Browser"] = "node.js/"
NODE_VERSION
;
in SendVersionResponse()
H
A
D
node.cc
947
printf("%s\n",
NODE_VERSION
);
in InitializeOncePerProcess()
H
A
D
node_errors.cc
496
FPrintF(stderr, "\nNode.js %s\n",
NODE_VERSION
);
in ReportFatalException()
H
A
D
node_snapshotable.cc
910
NODE_VERSION
);
in Check()
/third_party/protobuf/
H
A
D
tests.sh
447
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
D
vcbuild.bat
543
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 11 milliseconds