V8::Object
# File lib/v8/array.rb, line 5 def each @portal.open do |to| for i in 0..(@native.Length() - 1) yield to.rb(@native.Get(i)) end end end
# File lib/v8/array.rb, line 13 def length @native.Length() end