mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
687f30467b
PR-URL: https://github.com/nodejs/node/pull/26468 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
10 lines
196 B
JavaScript
10 lines
196 B
JavaScript
'use strict';
|
|
|
|
const {
|
|
prepareMainThreadExecution
|
|
} = require('internal/bootstrap/pre_execution');
|
|
|
|
prepareMainThreadExecution();
|
|
markBootstrapComplete();
|
|
require('internal/v8_prof_processor');
|