VirtualMachine
Object Hierarchy:
Description:
[ CCode ( type_id = "jsc_virtual_machine_get_type ()" ) ]
public sealed class VirtualMachine : Object
public sealed class VirtualMachine : Object
JSCVirtualMachine represents a group of JSCContext<!-- -->s.
It allows concurrent JavaScript execution by creating a different instance of JSCVirtualMachine in each thread.
To create a group of JSCContext<!-- -->s pass the same JSCVirtualMachine instance to every JSCContext constructor.
Namespace: JSC
Package: javascriptcoregtk-6.0
Content:
Creation methods:
Inherited Members:
All known members inherited from class GLib.Object