public static final class GraalJSException.JSStackTraceElement extends Object
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
int |
getColumnNumber() |
String |
getEvalOrigin() |
String |
getFileName() |
Object |
getFunction() |
String |
getFunctionName() |
String |
getLine() |
int |
getLineNumber() |
String |
getMethodName() |
String |
getMethodName(JSContext context) |
int |
getPosition() |
int |
getPromiseIndex() |
Object |
getThis() |
Object |
getThisOrGlobal() |
String |
getTypeName() |
String |
getTypeName(boolean checkGlobal) |
boolean |
isAsync() |
boolean |
isConstructor() |
boolean |
isEval() |
boolean |
isPromiseAll() |
boolean |
isStrict() |
String |
toString() |
String |
toString(JSContext context) |
public String getFileName()
public String getClassName()
public String getTypeName()
public String getTypeName(boolean checkGlobal)
public String getFunctionName()
public String getMethodName()
public int getLineNumber()
public String getLine()
public int getColumnNumber()
public int getPosition()
public Object getThis()
public Object getThisOrGlobal()
public Object getFunction()
public boolean isStrict()
public boolean isConstructor()
public boolean isEval()
public String getEvalOrigin()
public int getPromiseIndex()
public boolean isPromiseAll()
public boolean isAsync()