This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
nodejs
Watch
0
Star
0
Fork
0
You've already forked nodejs
mirror of
https://github.com/nodejs/node.git
synced
2024-12-01 16:10:02 +01:00
Code
Issues
Releases
Activity
198c872990
nodejs
/
test
/
message
/
throw_null.out
6 lines
50 B
Plaintext
Raw
Normal View
History
Unescape
Escape
src: only access stack of non-null errors Avoid segmentation fault when `null` is thrown
2013-12-23 07:18:08 +01:00
meta: restore original copyright header A prior io.js era commit inappropriately removed the original copyright statements from the source. This restores those in any files still remaining from that edit. Ref: https://github.com/nodejs/TSC/issues/174 Ref: https://github.com/nodejs/node/pull/10599 PR-URL: https://github.com/nodejs/node/pull/10155 Note: This PR was required, reviewed-by and approved by the Node.js Foundation Legal Committee and the TSC. There is no `Approved-By:` meta data.
2017-01-03 22:16:48 +01:00
*test*message*throw_null.js:*
src: only access stack of non-null errors Avoid segmentation fault when `null` is thrown
2013-12-23 07:18:08 +01:00
throw null;
test: enable linting for tests Enable linting for the test directory. A number of changes was made so all tests conform the current rules used by lib and src directories. The only exception for tests is that unreachable (dead) code is allowed. test-fs-non-number-arguments-throw had to be excluded from the changes because of a weird issue on Windows CI. PR-URL: https://github.com/nodejs/io.js/pull/1721 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
2015-05-19 13:00:06 +02:00
^
src: only access stack of non-null errors Avoid segmentation fault when `null` is thrown
2013-12-23 07:18:08 +01:00
null
Copy Permalink