class ExecJS::DuktapeRuntime::Context

def call(identifier, *args)

def call(identifier, *args)
  @ctx.exec_string("__execjs_duktape_call = #{identifier}", '(execjs)')
  @ctx.call_prop("__execjs_duktape_call", *args)
rescue Exception => e
  raise wrap_error(e)
end