Overview
Classes: ErrorInfo, JSException, JSExecutor, JSTimer, Module, ModuleNotFoundException, ModuleRegistry, PooledIsolate, TimedJSExecutor
Classes
struct ErrorInfo
class JSException
class JSExecutor
The JSExecutor class executes JavaScript code in a controlled
environment (i.
class JSTimer
A JSTimer allows to schedule tasks (Poco::Util::TimerTask objects) for future execution
in a background thread.
class Module
A JavaScript native module, implemented in C++.
class ModuleNotFoundException
class ModuleRegistry
A registry of native JavaScript modules.
class PooledIsolate
class TimedJSExecutor
This class extends the basic JSExecutor class with a JSTimer-based
event loop, allowing the definition of timers in JavaScript code.