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
ddbfdba4da
nodejs
/
test
/
message
/
throw_undefined.out
6 lines
65 B
Plaintext
Raw
Normal View
History
Unescape
Escape
src: only access stack of defined errors Avoid segmentation fault when `undefined` is thrown
2013-12-06 12:56:37 +01:00
tools: enable no-throw-literal ESLint rule Only throw the Error object itself or an object using the Error object as base objects for user-defined exceptions. PR-URL: https://github.com/nodejs/node/pull/11168 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Teddy Katz <teddy.katz@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
2017-02-04 20:26:44 +01:00
*test*message*throw_undefined.js:5
src: only access stack of defined errors Avoid segmentation fault when `undefined` is thrown
2013-12-06 12:56:37 +01:00
throw undefined;
deps: update v8 to 4.4.63.9 Upgrade the bundled V8 and update code in src/ and lib/ to the new API. Notable backwards incompatible changes are the removal of the smalloc module and dropped support for CESU-8 decoding. CESU-8 support can be brought back if necessary by doing UTF-8 decoding ourselves. This commit includes https://codereview.chromium.org/1192973004 to fix a build error on python 2.6 systems. The original commit log follows: Use optparse in js2c.py for python compatibility Without this change, V8 won't build on RHEL/CentOS 6 because the distro python is too old to know about the argparse module. PR-URL: https://github.com/nodejs/io.js/pull/2022 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Trevor Norris <trev.norris@gmail.com>
2015-06-19 13:23:56 +02:00
^
src: only access stack of defined errors Avoid segmentation fault when `undefined` is thrown
2013-12-06 12:56:37 +01:00
undefined
Copy Permalink