This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
d5bc52aa2e
node
/
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 19:56:37 +08:00
test: remove unused assert module imports Many test modules load assert but do not use it. This change removes those instances. It also removes a handful of other unused variables when they were nearby. PR-URL: https://github.com/nodejs/node/pull/4438 Reviewed-By: Michaël Zasso <mic.besace@gmail.com> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
2015-12-27 14:45:46 +08:00
*test*message*throw_undefined.js:4
src: only access stack of defined errors Avoid segmentation fault when `undefined` is thrown
2013-12-06 19:56:37 +08: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 19:23:56 +08:00
^
src: only access stack of defined errors Avoid segmentation fault when `undefined` is thrown
2013-12-06 19:56:37 +08:00
undefined