Constructor

JavaScriptCoreVirtualMachinenew

Declaration [src]

JSCVirtualMachine*
jsc_virtual_machine_new (
  void
)

Description [src]

Create a new JSCVirtualMachine.

Return value

Type: JSCVirtualMachine

The newly created JSCVirtualMachine.

The caller of the function takes ownership of the data, and is responsible for freeing it.