GetPossibleBreakpointsParameterType

@native @JSType trait GetPossibleBreakpointsParameterType extends StObject
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 end: UndefOr[Location]

End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.

End of range to search possible breakpoint locations in (excluding). When not specified, end of scripts is used as end of range.

var restrictToFunction: UndefOr[Boolean]

Only consider locations which are in the same (non-nested) function as start.

Only consider locations which are in the same (non-nested) function as start.

Start of range to search possible breakpoint locations in.

Start of range to search possible breakpoint locations in.