I | |
| InvalidRuntime [SpiderCaml.Error] |
Raised when values from different runtimes are mixed together.
|
| InvalidType [SpiderCaml.Error] |
Raised when a value of some JS type is used as a value
of another type.
|
M | |
| Message [SpiderCaml.Error] | |
R | |
| RuntimeDestroyed [SpiderCaml.Error] |
Raised after a call to
destroy_runtime when
a new closure is created (lambda method) or when
a JS script call a closure.
|