Object

@native @JSType trait Object extends StObject
Companion
object
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
class Object

Value members

Concrete 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.

Determines whether a specified property is enumerable.

Determines whether a specified property is enumerable.

Value Params
v

A property name.

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 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.