Documentation
Dlang.org
Context.setValue
javascriptcore
context
Context
Set a property of context global object with name and value.
class
Context
void
setValue
(
string
name
,
javascriptcore.value.Value
value
)
Parameters
name
string
the value name
value
javascriptcore
.
value
.
Value
a #JSCValue
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
Set a property of context global object with name and value.