| Class | Description |
|---|---|
| CatchHandler | |
| CatchHandlerFunction |
__catch_handler(fun, exception) to create a
CatchHandler. |
| IfCallccFunction |
__if_callcc function
|
| NewInstanceFunction |
__new(Class, ...args) to create an instance of special class with arguments.
|
| ReducerBreakFunction |
Internal reducer-break function for 'for-loop' structure.
|
| ReducerContFunction |
Internal reducer-continue function for 'for-loop' structure.
|
| ReducerFunction |
Internal reducer-callcc function for 'for-loop' structure.
|
| ReducerResult |
ReducerResult in looping.
|
| ReducerReturnFunction |
Internal reducer-return function for 'for-loop' structure.
|
| ThrowFunction |
__throw(e) to throw an exception.
|
| TryCatchFunction |
__try(try_func, catch_handlers, finally_fn, callcc)
|
| Enum | Description |
|---|---|
| ReducerState |
Copyright © 2022–2023. All rights reserved.