mirror of
https://github.com/rubyjs/therubyracer
synced 2023-03-27 23:21:42 -04:00
remove dead code.
This commit is contained in:
parent
8c125dab69
commit
9b99fb78de
1 changed files with 0 additions and 11 deletions
|
@ -191,17 +191,6 @@ module V8
|
|||
|
||||
private
|
||||
|
||||
# def peer(value)
|
||||
# external = value.GetHiddenValue(C::String::NewSymbol("TheRubyRacer::RubyObject"))
|
||||
# if external && !external.IsEmpty()
|
||||
# external.Value()
|
||||
# else
|
||||
# yield.new(value, self).tap do |object|
|
||||
# value.SetHiddenValue(C::String::NewSymbol("TheRubyRacer::RubyObject"), C::External::New(object))
|
||||
# end
|
||||
# end
|
||||
# end
|
||||
|
||||
class Interceptor
|
||||
def initialize(portal, access)
|
||||
@to, @access = portal, access
|
||||
|
|
Loading…
Reference in a new issue