@@ -14,7 +14,7 @@ index 406f1d0ba5..fb8eea420d 100644
1414 static const char* GetVersion();
1515
1616diff --git node/deps/v8/src/api/api.cc node/deps/v8/src/api/api.cc
17- index 9ef4e3b4a6..34cabe171c 100644
17+ index bdb9f715de..bed9acd14b 100644
1818--- node/deps/v8/src/api/api.cc
1919+++ node/deps/v8/src/api/api.cc
2020@@ -469,6 +469,28 @@ void V8::SetFlagsFromCommandLine(int* argc, char** argv, bool remove_flags) {
@@ -432,10 +432,10 @@ index 0000000000..a697294fdf
432432+ }());
433433+ }());
434434diff --git node/lib/internal/modules/cjs/loader.js node/lib/internal/modules/cjs/loader.js
435- index 65a35299eb..025eb1c92f 100644
435+ index a97a5f27a2..cf6c9d1a29 100644
436436--- node/lib/internal/modules/cjs/loader.js
437437+++ node/lib/internal/modules/cjs/loader.js
438- @@ -267 ,12 +267 ,15 @@ function stat(filename) {
438+ @@ -272 ,12 +272 ,15 @@ function stat(filename) {
439439 // Guard against internal bugs where a non-string filename is passed in by mistake.
440440 assert(typeof filename === 'string');
441441
@@ -489,7 +489,7 @@ index 6c6bf0383b..25db3d9f43 100644
489489 __proto__: null,
490490 ...result.data,
491491diff --git node/lib/internal/process/pre_execution.js node/lib/internal/process/pre_execution.js
492- index 076ae226f4..d3ba7b955c 100644
492+ index a9724f1e6b..943d6998d2 100644
493493--- node/lib/internal/process/pre_execution.js
494494+++ node/lib/internal/process/pre_execution.js
495495@@ -42,7 +42,11 @@ const {
@@ -504,7 +504,7 @@ index 076ae226f4..d3ba7b955c 100644
504504 return prepareExecution({
505505 expandArgv1,
506506 initializeModules,
507- @@ -281 ,7 +285 ,8 @@ function patchProcessObject(expandArgv1) {
507+ @@ -282 ,7 +286 ,8 @@ function patchProcessObject(expandArgv1) {
508508 let mainEntry;
509509 // If requested, update process.argv[1] to replace whatever the user provided with the resolved absolute file path of
510510 // the entry point.
@@ -514,7 +514,7 @@ index 076ae226f4..d3ba7b955c 100644
514514 // Expand process.argv[1] into a full path.
515515 const path = require('path');
516516 try {
517- @@ -756 ,6 +761 ,7 @@ function loadPreloadModules() {
517+ @@ -766 ,6 +771 ,7 @@ function loadPreloadModules() {
518518 // For user code, we preload modules if `-r` is passed
519519 const preloadModules = getOptionValue('--require');
520520 if (preloadModules && preloadModules.length > 0) {
@@ -523,18 +523,18 @@ index 076ae226f4..d3ba7b955c 100644
523523 Module: {
524524 _preloadModules,
525525diff --git node/lib/vm.js node/lib/vm.js
526- index ae71080620..b05638de75 100644
526+ index 2c7446af60..95daf7caa1 100644
527527--- node/lib/vm.js
528528+++ node/lib/vm.js
529- @@ -98 ,6 +98 ,7 @@ class Script extends ContextifyScript {
529+ @@ -99 ,6 +99 ,7 @@ class Script extends ContextifyScript {
530530 produceCachedData = false,
531531 importModuleDynamically,
532532 [kParsingContext]: parsingContext,
533533+ sourceless = false,
534534 } = options;
535535
536536 validateString(filename, 'options.filename');
537- @@ -121 ,7 +122 ,8 @@ class Script extends ContextifyScript {
537+ @@ -122 ,7 +123 ,8 @@ class Script extends ContextifyScript {
538538 cachedData,
539539 produceCachedData,
540540 parsingContext,
@@ -589,7 +589,7 @@ index 4ba019ddca..b30d716a41 100644
589589 }
590590
591591diff --git node/src/node_contextify.cc node/src/node_contextify.cc
592- index f319420ae0..6b38c3b5e9 100644
592+ index 40ed019a73..3b74ea28d5 100644
593593--- node/src/node_contextify.cc
594594+++ node/src/node_contextify.cc
595595@@ -88,6 +88,7 @@ using v8::String;
@@ -783,7 +783,7 @@ index 3295121b87..bfe838b8c1 100644
783783+ return adjacent(c, nargv);
784784+ }
785785diff --git node/src/node_options.cc node/src/node_options.cc
786- index 99c5a7dbe4..b0ae409120 100644
786+ index 769fabbfe8..8007dd3cdd 100644
787787--- node/src/node_options.cc
788788+++ node/src/node_options.cc
789789@@ -466,6 +466,7 @@ void Parse(
0 commit comments