<!DOCTYPE html><html><head><scripttype="application/javascript">window.doThrow=function(other){if(other)throwAsOuter(other);elsethrowAsInner();}functionthrowAsInner(){throwError('look at me go!');}functionthrowAsOuter(other){other.doThrow(null);}</script></head><body></body></html>