Skip to content

Instantly share code, notes, and snippets.

@detj
Created July 13, 2012 15:29
Show Gist options
  • Save detj/3105484 to your computer and use it in GitHub Desktop.
Save detj/3105484 to your computer and use it in GitHub Desktop.
Find maximum call stack size
var maxStackSize = function(i){try{(function m(){++i&&m()}())}catch(e){return i}}(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment