Context

constructor()

Create a new #JSCContext. The context is created in a new #JSCVirtualMachine. Use jsc_context_new_with_virtual_machine() to create a new #JSCContext in an existing #JSCVirtualMachine.

Return

the newly created #JSCContext.


constructor(vm: VirtualMachine)

Create a new #JSCContext in @virtual_machine.

Return

the newly created #JSCContext.

Parameters

vm

a #JSCVirtualMachine


constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)