public class ScriptFailedToParse extends Object
Constructor and Description |
---|
ScriptFailedToParse() |
Modifier and Type | Method and Description |
---|---|
Integer |
getEndColumn()
Length of the last line of the script.
|
Integer |
getEndLine()
Last line of the script.
|
Object |
getExecutionContextAuxData()
Embedder-specific auxiliary data.
|
Integer |
getExecutionContextId()
Specifies script creation context.
|
String |
getHash()
Content hash of the script.
|
Integer |
getLength()
This script length.
|
String |
getScriptId()
Identifier of the script parsed.
|
String |
getSourceMapURL()
URL of source map associated with script (if any).
|
StackTrace |
getStackTrace()
JavaScript top stack frame of where the script parsed event was triggered if available.
|
Integer |
getStartColumn()
Column offset of the script within the resource with given URL.
|
Integer |
getStartLine()
Line offset of the script within the resource with given URL (for script tags).
|
String |
getUrl()
URL or name of the script parsed (if any).
|
Boolean |
isHasSourceURL()
True, if this script has sourceURL.
|
Boolean |
isIsModule()
True, if this script is ES6 module.
|
void |
setEndColumn(Integer endColumn)
Length of the last line of the script.
|
void |
setEndLine(Integer endLine)
Last line of the script.
|
void |
setExecutionContextAuxData(Object executionContextAuxData)
Embedder-specific auxiliary data.
|
void |
setExecutionContextId(Integer executionContextId)
Specifies script creation context.
|
void |
setHash(String hash)
Content hash of the script.
|
void |
setHasSourceURL(Boolean hasSourceURL)
True, if this script has sourceURL.
|
void |
setIsModule(Boolean isModule)
True, if this script is ES6 module.
|
void |
setLength(Integer length)
This script length.
|
void |
setScriptId(String scriptId)
Identifier of the script parsed.
|
void |
setSourceMapURL(String sourceMapURL)
URL of source map associated with script (if any).
|
void |
setStackTrace(StackTrace stackTrace)
JavaScript top stack frame of where the script parsed event was triggered if available.
|
void |
setStartColumn(Integer startColumn)
Column offset of the script within the resource with given URL.
|
void |
setStartLine(Integer startLine)
Line offset of the script within the resource with given URL (for script tags).
|
void |
setUrl(String url)
URL or name of the script parsed (if any).
|
public String getScriptId()
public void setScriptId(String scriptId)
public String getUrl()
public void setUrl(String url)
public Integer getStartLine()
public void setStartLine(Integer startLine)
public Integer getStartColumn()
public void setStartColumn(Integer startColumn)
public Integer getEndLine()
public void setEndLine(Integer endLine)
public Integer getEndColumn()
public void setEndColumn(Integer endColumn)
public Integer getExecutionContextId()
public void setExecutionContextId(Integer executionContextId)
public String getHash()
public void setHash(String hash)
public Object getExecutionContextAuxData()
public void setExecutionContextAuxData(Object executionContextAuxData)
public String getSourceMapURL()
public void setSourceMapURL(String sourceMapURL)
public Boolean isHasSourceURL()
public void setHasSourceURL(Boolean hasSourceURL)
public Boolean isIsModule()
public void setIsModule(Boolean isModule)
public Integer getLength()
public void setLength(Integer length)
public StackTrace getStackTrace()
public void setStackTrace(StackTrace stackTrace)
Copyright © 2017, 2019–2019 WebFolder OÜ. All rights reserved.