ScriptTypeProfile

@native @JSType trait ScriptTypeProfile extends StObject

Type profile data collected during runtime for a JavaScript script.

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

Type profile entries for parameters and return values of the functions in the script.

Type profile entries for parameters and return values of the functions in the script.

JavaScript script id.

JavaScript script id.

var url: String

JavaScript script name or url.

JavaScript script name or url.