Hoogle Search

Within LTS Haskell 24.50 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. wrap_ClassEnumeratePropertiesFunction :: Maybe (Ptr (FunPtr C_ClassEnumeratePropertiesFunction)) -> ClassEnumeratePropertiesFunction -> C_ClassEnumeratePropertiesFunction

    gi-javascriptcore6 GI.JavaScriptCore.Callbacks

    Wrap a ClassEnumeratePropertiesFunction into a C_ClassEnumeratePropertiesFunction.

  2. ValuePropertyFlagsEnumerable :: ValuePropertyFlags

    gi-javascriptcore6 GI.JavaScriptCore.Flags

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

  3. exceptionGetLineNumber :: (HasCallStack, MonadIO m, IsException a) => a -> m Word32

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception

    Get the line number at which exception happened.

  4. 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.

  5. clearClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> m ()

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Set the value of the “enumerate_properties” field to Nothing. When overloading is enabled, this is equivalent to

    clear #enumerateProperties
    

  6. getClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> m (Maybe ClassEnumeratePropertiesFunction)

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Get the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to

    get classVTable #enumerateProperties
    

  7. setClassVTableEnumerateProperties :: MonadIO m => ClassVTable -> FunPtr C_ClassEnumeratePropertiesFunction -> m ()

    gi-javascriptcore6 GI.JavaScriptCore.Structs.ClassVTable

    Set the value of the “enumerate_properties” field. When overloading is enabled, this is equivalent to

    set classVTable [ #enumerateProperties := value ]
    

  8. newtype IssueNumber

    github GitHub.Data

    No documentation available.

  9. IssueNumber :: Int -> IssueNumber

    github GitHub.Data

    No documentation available.

  10. newtype IssueNumber

    github GitHub.Data.Definitions

    No documentation available.

Page 194 of many | Previous | Next