Constructor

WPEJavaScriptCoreVirtualMachinenew

Declaration [src]

JSCVirtualMachine*
jsc_virtual_machine_new (
  void
)

Description [src]

Create a new JSCVirtualMachine.

Return value

Returns: JSCVirtualMachine
 

The newly created JSCVirtualMachine.

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