Context.evaluate

Evaluate code in context.

class Context
evaluate
(
string code
)

Parameters

code string

a JavaScript script to evaluate

Return Value

Type: javascriptcore.value.Value

a #JSCValue representing the last value generated by the script.