Hoogle Search

Within LTS Haskell 24.51 (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. module GI.JavaScriptCore.Enums

    No documentation available.

  3. ValuePropertyFlagsEnumerable :: ValuePropertyFlags

    gi-javascriptcore6 GI.JavaScriptCore.Flags

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

  4. exceptionGetColumnNumber :: (HasCallStack, MonadIO m, IsException a) => a -> m Word32

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception

    Get the column number at which exception happened.

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

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception

    Get the line number at which exception happened.

  6. valueIsNumber :: (HasCallStack, MonadIO m, IsValue a) => a -> m Bool

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Value

    Get whether the value referenced by value is a number.

  7. valueNewNumber :: (HasCallStack, MonadIO m, IsContext a) => a -> Double -> m Value

    gi-javascriptcore6 GI.JavaScriptCore.Objects.Value

    Create a new Value from number.

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

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

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

Page 474 of many | Previous | Next