• Just to add - once you've found the hidden variables you can print them normally, so:

    setInterval("",1000);
    console.log(global["\xFF"].timers);
    

    will give you a much cleaner dump of (for instance) active timers.

About

Avatar for Gordon @Gordon started