class ExecJS::Runtime::Context
def eval(source, options = {})
context.eval("1") # => 1
Evaluates the +source+ as an expression and returns the result.
def eval(source, options = {}) raise NotImplementedError end
def eval(source, options = {}) raise NotImplementedError end