mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
2c7f4f474b
The idea is to allow the C++ layer to run arbitrary scripts as the main script. This paves the way for - cctest of the execution of Node.js instances - Earlier handling of per-process CLI options that affect execution modes (those usually do not make sense for the embedders). - Targets like mkcodecache or mksnapshot. Also moves the handling of `_third_party_main.js` into C++. PR-URL: https://github.com/nodejs/node/pull/25474 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Minwoo Jung <minwoo@nodesource.com>
12 lines
533 B
Plaintext
12 lines
533 B
Plaintext
|
|
*test*message*nexttick_throw.js:*
|
|
undefined_reference_error_maker;
|
|
^
|
|
ReferenceError: undefined_reference_error_maker is not defined
|
|
at *test*message*nexttick_throw.js:*:*
|
|
at processTicksAndRejections (internal/process/next_tick.js:*:*)
|
|
at process.runNextTicks [as _tickCallback] (internal/process/next_tick.js:*:*)
|
|
at Function.Module.runMain (internal/modules/cjs/loader.js:*:*)
|
|
at executeUserCode (internal/bootstrap/node.js:*:*)
|
|
at startMainThreadExecution (internal/bootstrap/node.js:*:*)
|