mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
d2c8ba5248
Rename doNTCallback functions for clarity when profiling, these make sense internally but the "NT" in particular is a bit obtuse to be immediately understandable by non-core developers. PR-URL: https://github.com/nodejs/node/pull/4167 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Minwoo Jung <jmwsoft@gmail.com>
12 lines
377 B
Plaintext
12 lines
377 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 nextTickCallbackWith0Args (node.js:*:*)
|
|
at process._tickCallback (node.js:*:*)
|
|
at Function.Module.runMain (module.js:*:*)
|
|
at startup (node.js:*:*)
|
|
at node.js:*:*
|