Copyright | (c) The University of Glasgow 2001 |
---|---|
License | BSD-style (see the file LICENSE) |
Maintainer | Jeffrey Young <jeffrey.young@iohk.io> Luite Stegeman <luite.stegeman@iohk.io> Sylvain Henry <sylvain.henry@iohk.io> Josh Meredith <josh.meredith@iohk.io> |
Stability | experimental |
Safe Haskell | None |
Language | GHC2021 |
Types and utility functions used in the JS RTS.
Synopsis
Documentation
traceRts :: StgToJSConfig -> JStgExpr -> JStgStat Source #
Given a JStgExpr
, ex
, inject a trace statement on ex
in the compiled
JS program
assertRts :: ToJExpr a => StgToJSConfig -> JStgExpr -> a -> JStgStat Source #
Syntactic sugar. Given a JStgExpr
, ex
which is assumed to be a predicate,
and a message m
, assert that 'not ex' is True, if not throw an exception in
JS land with message m
.
clTypeName :: JStgExpr -> JStgExpr Source #
Type name of the closure c