module JavaScriptCore: sig
.. end
These are high level bindings to JavaScriptcore. The
virtual_machine object is garbage collected by the OCaml runtime
everything else will call release when garbage collected by the
OCaml runtime
exception JavaScript_eval of string
An exception raised by the JavaScript side during script
evaluation
class virtual_machine : ?named:string -> unit ->
object
.. end
A JavaScript execution context.