Method: Jscall::Imported#initialize

Defined in:
lib/jscall.rb

#initializeImported

Returns a new instance of Imported.



137
138
139
140
141
# File 'lib/jscall.rb', line 137

def initialize
    ary = Array.new(Jscall::TableSize, nil)
    @objects = HiddenRef.new(ary)
    @canary = WeakRef.new(RemoteRef.new(-1))
end