PropertyDescriptorMutableBuilder

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

Value members

Concrete methods

@inline
def setConfigurable(value: Boolean): Self
@inline
@inline
def setEnumerable(value: Boolean): Self
@inline
@inline
def setGet(value: () => Any): Self
@inline
def setGetUndefined: Self
@inline
def setSet(value: Any => Unit): Self
@inline
def setSetUndefined: Self
@inline
def setValue(value: Any): Self
@inline
@inline
def setWritable(value: Boolean): Self
@inline

Concrete fields

val x: Self