Constructor
JavaScriptCoreContextnew_with_virtual_machine
Declaration [src]
JSCContext*
jsc_context_new_with_virtual_machine (
JSCVirtualMachine* vm
)
Parameters
vm
-
Type:
JSCVirtualMachine
A
JSCVirtualMachine
.The data is owned by the caller of the function.
Return value
Type: JSCContext
The newly created JSCContext
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |