Lines Matching defs:node
22 #include "node.h"
133 namespace node {
155 // process-relative uptime base in nanoseconds, initialized in node::Start()
238 "(node:%d) [Thread %" PRIu64 "] Atomics.wait(%p + %zx, %" PRId64
775 // Anything that's still in v8_argv is not a V8 or a node option.
905 // We should set node_is_initialized here instead of in node::Start,
906 // otherwise embedders using node::Init to initialize everything will not be
939 int lp_result = node::MapStaticCodeToLargePages();
941 result->errors_.emplace_back(node::LargePagesError(lp_result));
999 // loop and the node process will appear to hang/freeze.
1132 // node:embedded_snapshot_main indicates that we are using the
1134 if (result->args()[1] == "node:embedded_snapshot_main") {
1139 "node:embedded_snapshot_main was specified as snapshot "
1149 exit_code = node::SnapshotBuilder::Generate(
1205 // snapshot, but we will skip it if --no-node-snapshot is specified.
1206 const node::SnapshotData* read_data =
1262 "Usage: node --build-snapshot /path/to/entry.js\n");
1281 } // namespace node