summaryrefslogtreecommitdiff
path: root/test/message/events_unhandled_error_common_trace.out
diff options
context:
space:
mode:
authorRuben Bridgewater <ruben@bridgewater.de>2019-03-28 22:42:06 +0100
committerRuben Bridgewater <ruben@bridgewater.de>2019-04-04 13:03:27 +0200
commitbe577615c8542bc8e294ce83167de259ea7eff34 (patch)
treea7a05de47068cd4916f066340c8b72909634ae3e /test/message/events_unhandled_error_common_trace.out
parentae9fae813e54661b3bb3fdf5a076151db54c5ac7 (diff)
downloadandroid-node-v8-be577615c8542bc8e294ce83167de259ea7eff34.tar.gz
android-node-v8-be577615c8542bc8e294ce83167de259ea7eff34.tar.bz2
android-node-v8-be577615c8542bc8e294ce83167de259ea7eff34.zip
module: inline try catch
Moving `try / catch` into separate functions is not necessary anymore due to V8 optimizations. PR-URL: https://github.com/nodejs/node/pull/26970 Refs: https://github.com/nodejs/node/pull/25362 Reviewed-By: Guy Bedford <guybedford@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Diffstat (limited to 'test/message/events_unhandled_error_common_trace.out')
-rw-r--r--test/message/events_unhandled_error_common_trace.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/message/events_unhandled_error_common_trace.out b/test/message/events_unhandled_error_common_trace.out
index 0d64143c67..610ea6064d 100644
--- a/test/message/events_unhandled_error_common_trace.out
+++ b/test/message/events_unhandled_error_common_trace.out
@@ -9,7 +9,6 @@ Error: foo:bar
at Module._compile (internal/modules/cjs/loader.js:*:*)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:*:*)
at Module.load (internal/modules/cjs/loader.js:*:*)
- at tryModuleLoad (internal/modules/cjs/loader.js:*:*)
at Function.Module._load (internal/modules/cjs/loader.js:*:*)
at Function.Module.runMain (internal/modules/cjs/loader.js:*:*)
at internal/main/run_main_module.js:*:*