/home/techb158/.nvm/versions/node/v16.20.2/include/node
NameSizeModeActions
cppgc/-0755rm
libplatform/-0755rm
openssl/-0755rm
uv/-0755rm
common.gypi213980644editdlrm
config.gypi246190644editdlrm
js_native_api.h307820644editdlrm
js_native_api_types.h45200644editdlrm
node.h519830644editdlrm
node_api.h124350644editdlrm
node_api_types.h14940644editdlrm
node_buffer.h36840644editdlrm
node_object_wrap.h38670644editdlrm
node_version.h37810644editdlrm
uv.h671660644editdlrm
v8-internal.h194080644editdlrm
v8-platform.h248570644editdlrm
v8-profiler.h360070644editdlrm
v8-version.h7720644editdlrm
v8.h4226830644editdlrm
v8config.h174970644editdlrm
zconf.h167930644editdlrm
zlib.h967500644editdlrm
Edit: /home/techb158/.nvm/versions/node/v16.20.2/include/node/v8-version.h (772B)
// Copyright 2015 the V8 project authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef V8_INCLUDE_VERSION_H_ // V8_VERSION_H_ conflicts with src/version.h #define V8_INCLUDE_VERSION_H_ // These macros define the version number for the current version. // NOTE these macros are used by some of the tool scripts and the build // system so their names cannot be changed without changing the scripts. #define V8_MAJOR_VERSION 9 #define V8_MINOR_VERSION 4 #define V8_BUILD_NUMBER 146 #define V8_PATCH_LEVEL 26 // Use 1 for candidates and 0 otherwise. // (Boolean macro values are not supported by all preprocessors.) #define V8_IS_CANDIDATE_VERSION 0 #endif // V8_INCLUDE_VERSION_H_