Remove the ReportException from the Script class
authorisaacs <i@izs.me>
Sun, 9 May 2010 23:20:15 +0000 (16:20 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Wed, 19 May 2010 22:02:47 +0000 (15:02 -0700)
commit78be1e49300752ee1c4b3eb491fbbe42f6beaaeb
treee1526d28792cd4ab387a64297ca17bfd3cce15bb
parentd8af9d8edf88420fac821843156312a21f768118
Remove the ReportException from the Script class

This is so that syntax errors can be handled discretely in places like the
repl, where SyntaxErrors are expected and normal.
src/node_script.cc