Context.evaluate
javascriptcore.value.Value evaluate(string code)Evaluate code in context.
Parameters
code | a JavaScript script to evaluate |
Returns
a #JSCValue representing the last value generated by the script.
javascriptcore.value.Value evaluate(string code)Evaluate code in context.
code | a JavaScript script to evaluate |