ExecutionContextDescription

@native @JSType trait ExecutionContextDescription extends StObject

Description of an isolated world.

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 auxData: UndefOr[Object]

Embedder-specific auxiliary data.

Embedder-specific auxiliary data.

Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.

Unique id of the execution context. It can be used to specify in which execution context script evaluation should be performed.

var name: String

Human readable name describing given context.

Human readable name describing given context.

var origin: String

Execution context origin.

Execution context origin.