class ExecJS::MiniRacerRuntime::Context
def eval(source, options = {})
def eval(source, options = {}) source = source.encode(Encoding::UTF_8) if /\S/ =~ source translate do @context.eval("(#{source})") end end end
def eval(source, options = {}) source = source.encode(Encoding::UTF_8) if /\S/ =~ source translate do @context.eval("(#{source})") end end end