Variable JSException.scriptLine

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

class JSException
{
  // ...
  const(ulong) scriptLine ;
  // ...
}