view boxes/evil.js @ 8:0efba0cf0ca3

added resource usage limits, /status endpoint
author Atul Varma <avarma@mozilla.com>
date Mon, 31 May 2010 12:18:28 -0700
parents
children
line wrap: on
line source

function handle() {
  var foo = [];
  while (1) {
    foo.push("i am nomming your memory forever!");
  }
}