toggle menu
korge-root
5.1.0
js
switch theme
search in API
korge-foundation
/
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