Documentation
Dlang.org
Context.newWithVirtualMachine
javascriptcore
context
Context
Create a new #JSCContext in virtual_machine.
class
Context
static
javascriptcore.context.Context
newWithVirtualMachine
(
javascriptcore.virtual_machine.VirtualMachine
vm
)
Parameters
vm
javascriptcore
.
virtual_machine
.
VirtualMachine
a #JSCVirtualMachine
Return Value
Type:
javascriptcore
.
context
.
Context
the newly created #JSCContext.
javascriptcore
context
Context
constructors
this
functions
checkSyntax
clearException
evaluate
evaluateInObject
evaluateWithSourceUri
getException
getGlobalObject
getValue
getVirtualMachine
popExceptionHandler
pushExceptionHandler
registerClass
self
setValue
throwException
throwWithName
throw_
properties
gType
static functions
getCurrent
getGType
newWithVirtualMachine
Create a new #JSCContext in virtual_machine.