Variable JSException.scriptFile

The JS script or module file from which the exception was thrown.

class JSException
{
  // ...
  const(string) scriptFile ;
  // ...
}