StackTrace

@native @JSType trait StackTrace extends StObject

Call frames for assertions or error messages.

Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

var callFrames: Array[CallFrame]

JavaScript function name.

JavaScript function name.

var description: UndefOr[String]

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

String label of this stack trace. For async traces this may be a name of the function that initiated the async call.

var parent: UndefOr[StackTrace]

Asynchronous JavaScript stack trace that preceded this stack, if available.

Asynchronous JavaScript stack trace that preceded this stack, if available.

var parentId: UndefOr[StackTraceId]

Asynchronous JavaScript stack trace that preceded this stack, if available.

Asynchronous JavaScript stack trace that preceded this stack, if available.