/**@class java.lang.ThreadDeath @extends java.lang.Error ThreadDeath is thrown when a thread stops executing. It is used to aid in the orderly unrolling of the thread's stack (eg. cleanup of monitors). */ var ThreadDeath = { };