gi-javascriptcore-4.0.24: JavaScriptCore bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellSafe-Inferred
LanguageHaskell2010

GI.JavaScriptCore.Flags

Description

 
Synopsis

Flags

ValuePropertyFlags

data ValuePropertyFlags Source #

Flags used when defining properties with valueObjectDefinePropertyData and valueObjectDefinePropertyAccessor.

Constructors

ValuePropertyFlagsConfigurable

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

ValuePropertyFlagsEnumerable

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

ValuePropertyFlagsWritable

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

AnotherValuePropertyFlags Int

Catch-all for unknown values

Instances

Instances details
Enum ValuePropertyFlags Source # 
Instance details

Defined in GI.JavaScriptCore.Flags

Show ValuePropertyFlags Source # 
Instance details

Defined in GI.JavaScriptCore.Flags

Eq ValuePropertyFlags Source # 
Instance details

Defined in GI.JavaScriptCore.Flags

Ord ValuePropertyFlags Source # 
Instance details

Defined in GI.JavaScriptCore.Flags

IsGFlag ValuePropertyFlags Source # 
Instance details

Defined in GI.JavaScriptCore.Flags