Hoogle Search

Within LTS Haskell 24.52 (ghc-9.10.3)

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

  1. varForDataConWorker :: DataCon -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve datacon worker entry variable name for the given datacon

  2. varForEntryId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve entry variable name for the given Id

  3. varForId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve default variable name for the given Id

  4. varForIdN :: Id -> Int -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve default variable name for the given Id with sub index

  5. varsForId :: Id -> G [JStgExpr]

    ghc GHC.StgToJS.Ids

    Retrieve all the JS vars for the given Id

  6. lcForceEmccRts :: JSLinkConfig -> !Bool

    ghc GHC.StgToJS.Linker.Types

    Force the link with the emcc rts. Use this if you plan to dynamically load wasm modules made from C files (e.g. in iserv).

  7. lcForeignRefs :: JSLinkConfig -> !Bool

    ghc GHC.StgToJS.Linker.Types

    Dump .frefs (foreign references) files

  8. emitForeign :: Maybe RealSrcSpan -> FastString -> Safety -> CCallConv -> [FastString] -> FastString -> G ()

    ghc GHC.StgToJS.Monad

    No documentation available.

  9. csTraceForeign :: StgToJSConfig -> !Bool

    ghc GHC.StgToJS.Types

    No documentation available.

  10. ggsForeignRefs :: GenGroupState -> [ForeignJSRef]

    ghc GHC.StgToJS.Types

    No documentation available.

Page 484 of many | Previous | Next