Object
# File lib/v8/portal/proxies.rb, line 108 def initialize(rb2js, js2rb) @rb2js, @js2rb = rb2js, js2rb end
# File lib/v8/portal/proxies.rb, line 112 def call(proxy, parameter) rb = @js2rb[proxy] @js2rb.delete(proxy) @rb2js.delete(rb) end