Object

@JSGlobal("Object") @native @JSType class Object() extends StObject with Object
Companion
object
trait Object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Constructors

def this(value: Any)

Inherited methods

def hasOwnProperty(v: PropertyKey): Boolean

Determines whether an object has a property with the specified name.

Determines whether an object has a property with the specified name.

Value Params
v

A property name.

Inherited from
Object
def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isPrototypeOf(v: Object): Boolean
Inherited from
Object

Determines whether a specified property is enumerable.

Determines whether a specified property is enumerable.

Value Params
v

A property name.

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

Inherited fields

var constructor: Function

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

The initial value of Object.prototype.constructor is the standard built-in Object constructor.

Inherited from
Object