Addressed comment.
https://chromiumcodereview.appspot.com/12040039/diff/1/test/cctest/test-global-object.cc File test/cctest/test-global-object.cc (right): https://chromiumcodereview.appspot.com/12040039/diff/1/test/cctest/test-global-object.cc#newcode44 test/cctest/test-global-object.cc:44: "try { x = 42; z = 10; } catch (e) { z = 20; };"); On 2013/01/23 15:51:25, Jakob wrote:
Would be nice to assert that we're getting the right kind of exception
here. Done. https://chromiumcodereview.appspot.com/12040039/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
