public final class RuntimeCallFrame extends Object
| Constructor and Description |
|---|
RuntimeCallFrame(String functionName,
int scriptId,
String url,
int line,
int column)
A stack entry with 1-based line numbers and 1-based columns.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
String |
getFunctionName() |
int |
getLine() |
int |
getScriptId() |
String |
getUrl() |