ScriptFailedToParseEventDataType

@native @JSType trait ScriptFailedToParseEventDataType extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var endColumn: Double

Length of the last line of the script.

Length of the last line of the script.

var endLine: Double

Last line of the script.

Last line of the script.

var executionContextAuxData: UndefOr[Object]

Embedder-specific auxiliary data.

Embedder-specific auxiliary data.

Specifies script creation context.

Specifies script creation context.

var hasSourceURL: UndefOr[Boolean]

True, if this script has sourceURL.

True, if this script has sourceURL.

var hash: String

Content hash of the script.

Content hash of the script.

var isModule: UndefOr[Boolean]

True, if this script is ES6 module.

True, if this script is ES6 module.

var length: UndefOr[Double]

This script length.

This script length.

Identifier of the script parsed.

Identifier of the script parsed.

var sourceMapURL: UndefOr[String]

URL of source map associated with script (if any).

URL of source map associated with script (if any).

var stackTrace: UndefOr[StackTrace]

JavaScript top stack frame of where the script parsed event was triggered if available.

JavaScript top stack frame of where the script parsed event was triggered if available.

var startColumn: Double

Column offset of the script within the resource with given URL.

Column offset of the script within the resource with given URL.

var startLine: Double

Line offset of the script within the resource with given URL (for script tags).

Line offset of the script within the resource with given URL (for script tags).

var url: String

URL or name of the script parsed (if any).

URL or name of the script parsed (if any).