Hoogle Search

Within LTS Haskell 24.45 (ghc-9.10.3)

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

  1. varForEntryId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve entry variable name for the given Id

  2. varForId :: Id -> G JStgExpr

    ghc GHC.StgToJS.Ids

    Retrieve default variable name for the given Id

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

    ghc GHC.StgToJS.Ids

    Retrieve default variable name for the given Id with sub index

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

    ghc GHC.StgToJS.Ids

    Retrieve all the JS vars for the given Id

  5. 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).

  6. lcForeignRefs :: JSLinkConfig -> !Bool

    ghc GHC.StgToJS.Linker.Types

    Dump .frefs (foreign references) files

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

    ghc GHC.StgToJS.Monad

    No documentation available.

  8. csTraceForeign :: StgToJSConfig -> !Bool

    ghc GHC.StgToJS.Types

    No documentation available.

  9. ggsForeignRefs :: GenGroupState -> [ForeignJSRef]

    ghc GHC.StgToJS.Types

    No documentation available.

  10. luForeignRefs :: LinkableUnit -> [ForeignJSRef]

    ghc GHC.StgToJS.Types

    No documentation available.

Page 484 of many | Previous | Next