Scope

@native @JSType trait Scope extends StObject

Scope description.

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

Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.

Object representing the scope. For <code>global</code> and <code>with</code> scopes it represents the actual object; for the rest of the scopes, it is artificial transient object enumerating scope variables as its properties.

var `type`: String

Scope type.

Scope type.

var endLocation: UndefOr[Location]

Location in the source code where scope ends

Location in the source code where scope ends

var name: UndefOr[String]
var startLocation: UndefOr[Location]

Location in the source code where scope starts

Location in the source code where scope starts