korlibs
Toggle table of contents
6.1.0-SNAPSHOT
js
Target filter
js
Switch theme
Search in API
Skip to content
korlibs
korlibs-io
/
korlibs.js
/
JSStackTrace
/
Entry
Entry
js
data
class
Entry
(
val
method
:
String
,
val
file
:
String
,
val
line
:
Int
,
val
column
:
Int
=
-1
)
Members
Constructors
Entry
Link copied to clipboard
js
constructor
(
method
:
String
,
file
:
String
,
line
:
Int
,
column
:
Int
=
-1
)
Properties
column
Link copied to clipboard
js
val
column
:
Int
file
Link copied to clipboard
js
val
file
:
String
line
Link copied to clipboard
js
val
line
:
Int
method
Link copied to clipboard
js
val
method
:
String