summaryrefslogtreecommitdiff
path: root/test/message/events_unhandled_error_common_trace.out
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2019-01-13 23:44:09 +0800
committerJoyee Cheung <joyeec9h3@gmail.com>2019-01-16 03:42:41 +0800
commit2c7f4f474bfbb19b7ae6597112cca41141bf71a4 (patch)
tree39e594fc5e4e4286802feaf4ee9a3357693a3bbd /test/message/events_unhandled_error_common_trace.out
parent27f6d04dcf092c23d00d19eacf13e5c751ea9c5f (diff)
downloadandroid-node-v8-2c7f4f474bfbb19b7ae6597112cca41141bf71a4.tar.gz
android-node-v8-2c7f4f474bfbb19b7ae6597112cca41141bf71a4.tar.bz2
android-node-v8-2c7f4f474bfbb19b7ae6597112cca41141bf71a4.zip
process: allow StartExecution() to take a main script ID
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>
Diffstat (limited to 'test/message/events_unhandled_error_common_trace.out')
-rw-r--r--test/message/events_unhandled_error_common_trace.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/message/events_unhandled_error_common_trace.out b/test/message/events_unhandled_error_common_trace.out
index 67be22554f..331d669272 100644
--- a/test/message/events_unhandled_error_common_trace.out
+++ b/test/message/events_unhandled_error_common_trace.out
@@ -19,4 +19,4 @@ Emitted 'error' event at:
at Module._compile (internal/modules/cjs/loader.js:*:*)
[... lines matching original stack trace ...]
at executeUserCode (internal/bootstrap/node.js:*:*)
- at startExecution (internal/bootstrap/node.js:*:*)
+ at startMainThreadExecution (internal/bootstrap/node.js:*:*)