Gjsify LogoGjsify Logo

Flags used when defining properties with jsc_value_object_define_property_data() and jsc_value_object_define_property_accessor().

bitfield

Index

Enumeration Members

CONFIGURABLE: number

the type of the property descriptor may be changed and the property may be deleted from the corresponding object.

ENUMERABLE: number

the property shows up during enumeration of the properties on the corresponding object.

WRITABLE: number

the value associated with the property may be changed with an assignment operator. This doesn't have any effect when passed to jsc_value_object_define_property_accessor().

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Type alias with type parameter
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method