quickjs-hs-0.1.2.1: Wrapper for the QuickJS Javascript Engine

Safe HaskellNone
LanguageHaskell2010

Quickjs.Error

Contents

Documentation

data UnknownJSTag Source #

Constructors

UnknownJSTag 

Fields

Instances
Show UnknownJSTag Source # 
Instance details

Defined in Quickjs.Error

Generic UnknownJSTag Source # 
Instance details

Defined in Quickjs.Error

Associated Types

type Rep UnknownJSTag :: Type -> Type #

Exception UnknownJSTag Source # 
Instance details

Defined in Quickjs.Error

type Rep UnknownJSTag Source # 
Instance details

Defined in Quickjs.Error

type Rep UnknownJSTag = D1 (MetaData "UnknownJSTag" "Quickjs.Error" "quickjs-hs-0.1.2.1-DC3kFhrKF8pDeXbNbDFYn7" False) (C1 (MetaCons "UnknownJSTag" PrefixI True) (S1 (MetaSel (Just "raw_tag") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 CLong)))

data JSException Source #

Constructors

JSException 

Fields

Instances
Show JSException Source # 
Instance details

Defined in Quickjs.Error

Generic JSException Source # 
Instance details

Defined in Quickjs.Error

Associated Types

type Rep JSException :: Type -> Type #

Exception JSException Source # 
Instance details

Defined in Quickjs.Error

type Rep JSException Source # 
Instance details

Defined in Quickjs.Error

type Rep JSException = D1 (MetaData "JSException" "Quickjs.Error" "quickjs-hs-0.1.2.1-DC3kFhrKF8pDeXbNbDFYn7" False) (C1 (MetaCons "JSException" PrefixI True) (S1 (MetaSel (Just "location") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "message") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data JSValueUndefined Source #

Constructors

JSValueUndefined 

Fields

Instances
Show JSValueUndefined Source # 
Instance details

Defined in Quickjs.Error

Generic JSValueUndefined Source # 
Instance details

Defined in Quickjs.Error

Associated Types

type Rep JSValueUndefined :: Type -> Type #

Exception JSValueUndefined Source # 
Instance details

Defined in Quickjs.Error

type Rep JSValueUndefined Source # 
Instance details

Defined in Quickjs.Error

type Rep JSValueUndefined = D1 (MetaData "JSValueUndefined" "Quickjs.Error" "quickjs-hs-0.1.2.1-DC3kFhrKF8pDeXbNbDFYn7" False) (C1 (MetaCons "JSValueUndefined" PrefixI True) (S1 (MetaSel (Just "value") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

data InternalError Source #

Constructors

InternalError 

Fields

Instances
Show InternalError Source # 
Instance details

Defined in Quickjs.Error

Generic InternalError Source # 
Instance details

Defined in Quickjs.Error

Associated Types

type Rep InternalError :: Type -> Type #

Exception InternalError Source # 
Instance details

Defined in Quickjs.Error

type Rep InternalError Source # 
Instance details

Defined in Quickjs.Error

type Rep InternalError = D1 (MetaData "InternalError" "Quickjs.Error" "quickjs-hs-0.1.2.1-DC3kFhrKF8pDeXbNbDFYn7" False) (C1 (MetaCons "InternalError" PrefixI True) (S1 (MetaSel (Just "message") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text)))

Orphan instances