node/test/fixtures/throws_error3.js

4 lines
59 B
JavaScript

process.nextTick(function() {
JSON.parse(undefined);
});