Migrate the remaining error tests in the `test/message` folder from Python to JS. Fixes: https://github.com/nodejs/node/issues/47707 PR-URL: https://github.com/nodejs/node/pull/49721 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
8 lines
121 B
Text
8 lines
121 B
Text
|
|
*throw_null.js:*
|
|
throw null;
|
|
^
|
|
null
|
|
(Use `node --trace-uncaught ...` to show where the exception was thrown)
|
|
|
|
Node.js *
|