3 lines
59 B

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