Hoogle Search
Within LTS Haskell 24.33 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
type
C_ClassEnumeratePropertiesFunction = Ptr Class -> Ptr Context -> Ptr () -> IO Ptr CStringgi-javascriptcore6 GI.JavaScriptCore.Callbacks Type for the callback on the (unwrapped) C side.
type
ClassEnumeratePropertiesFunction = Class -> Context -> Ptr () -> IO Maybe [Text]gi-javascriptcore6 GI.JavaScriptCore.Callbacks The type of enumerate_properties in ClassVTable. This is only required when you need to handle external properties not added to the prototype.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Given a pointer to a foreign C function, wrap it into a function callable from Haskell.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Wrap the callback into a GClosure.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Generate a function pointer callable from C code, from a C_ClassEnumeratePropertiesFunction.
noClassEnumeratePropertiesFunction :: Maybe ClassEnumeratePropertiesFunctiongi-javascriptcore6 GI.JavaScriptCore.Callbacks A convenience synonym for Nothing :: Maybe ClassEnumeratePropertiesFunction.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Wrap a ClassEnumeratePropertiesFunction into a C_ClassEnumeratePropertiesFunction.
ValuePropertyFlagsEnumerable :: ValuePropertyFlagsgi-javascriptcore6 GI.JavaScriptCore.Flags the property shows up during enumeration of the properties on the corresponding object.
exceptionGetLineNumber :: (HasCallStack, MonadIO m, IsException a) => a -> m Word32gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception Get the line number at which exception happened.
valueObjectEnumerateProperties :: (HasCallStack, MonadIO m, IsValue a) => a -> m (Maybe [Text])gi-javascriptcore6 GI.JavaScriptCore.Objects.Value Get the list of property names of value. Only properties defined with ValuePropertyFlagsEnumerable flag will be collected.