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