Context.evaluate

javascriptcore.value.Value evaluate(string code)

Evaluate code in context.

Parameters

codea JavaScript script to evaluate

Returns

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