node/test/fixtures/throws_error3.js

4 lines
60 B
JavaScript

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