Constructor
JavaScriptCoreVirtualMachinenew
Declaration [src]
JSCVirtualMachine*
jsc_virtual_machine_new (
void
)
Return value
Type: JSCVirtualMachine
The newly created JSCVirtualMachine
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |