Welcome to mirror list, hosted at ThFree Co, Russian Federation.

throws_error3.js « fixtures « test - github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 080d0311fd2ebdf8f7baabe3a93a7388d7f26235 (plain)
1
2
3
process.nextTick(function() {
  JSON.parse(undefined);
});