Press n or j to go to the next uncovered block, b, p or k for the previous block.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x 8x | 'use strict'; // This runs necessary preparations to prepare a complete Node.js context // that depends on run time states. // It is currently only intended for preparing contexts for embedders. const { prepareMainThreadExecution, markBootstrapComplete } = require('internal/process/pre_execution'); prepareMainThreadExecution(); markBootstrapComplete(); |