xref: /third_party/node/lib/internal/main/environment.js
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/lib/internal/main/
11cb0ef41Sopenharmony_ci'use strict';
21cb0ef41Sopenharmony_ci
31cb0ef41Sopenharmony_ci// This runs necessary preparations to prepare a complete Node.js context
41cb0ef41Sopenharmony_ci// that depends on run time states.
51cb0ef41Sopenharmony_ci// It is currently only intended for preparing contexts for embedders.
61cb0ef41Sopenharmony_ci
71cb0ef41Sopenharmony_ciconst {
81cb0ef41Sopenharmony_ci  prepareMainThreadExecution,
91cb0ef41Sopenharmony_ci  markBootstrapComplete,
101cb0ef41Sopenharmony_ci} = require('internal/process/pre_execution');
111cb0ef41Sopenharmony_ci
121cb0ef41Sopenharmony_ciprepareMainThreadExecution();
131cb0ef41Sopenharmony_cimarkBootstrapComplete();
14

Indexes created Thu Nov 07 10:32:03 CST 2024