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.
-
gi-javascriptcore6 GI.JavaScriptCore.Callbacks Wrap a ClassEnumeratePropertiesFunction into a C_ClassEnumeratePropertiesFunction.
module GI.JavaScriptCore.
Enums No documentation available.
ValuePropertyFlagsEnumerable :: ValuePropertyFlagsgi-javascriptcore6 GI.JavaScriptCore.Flags the property shows up during enumeration of the properties on the corresponding object.
exceptionGetColumnNumber :: (HasCallStack, MonadIO m, IsException a) => a -> m Word32gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception Get the column number at which exception happened.
exceptionGetLineNumber :: (HasCallStack, MonadIO m, IsException a) => a -> m Word32gi-javascriptcore6 GI.JavaScriptCore.Objects.Exception Get the line number at which exception happened.
valueIsNumber :: (HasCallStack, MonadIO m, IsValue a) => a -> m Boolgi-javascriptcore6 GI.JavaScriptCore.Objects.Value Get whether the value referenced by value is a number.
valueNewNumber :: (HasCallStack, MonadIO m, IsContext a) => a -> Double -> m Valuegi-javascriptcore6 GI.JavaScriptCore.Objects.Value Create a new Value from number.
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.
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
-
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