HJS.Interpreter.InterpMDecl
Documentation
Constructors
| Undefined |
Constructors
| CallJS [SourceElement] | |
| CallBuiltIn (InterpM Value) |
data BreakContinue Source
Constructors
| ArgList [String] | |
| VarArgList |
type Value = Either Int (Either String (Either Bool (Either Undefined (Either Null (Either ObjId (Either Ref (Either [ObjId] (Either CallValue (Either [String] (Either BreakContinue ()))))))))))Source
Constructors
| JSS | |
Constructors
| Object | |
Constructors
| ReadOnly | |
| DontEnum | |
| DontDelete | |
| Internal |