ObjectMutableBuilder

@inline final class ObjectMutableBuilder[Self <: Object](val x: Self) extends AnyVal
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

@inline
def setConstructor(value: Function): Self
@inline
def setHasOwnProperty(value: PropertyKey => Boolean): Self
@inline
def setPropertyIsEnumerable(value: PropertyKey => Boolean): Self

Concrete fields

val x: Self