Returns number of items stored in this array.
130 131 132 133 134
# File 'ext/v8/v8_array.cpp', line 130 VALUE rb_v8_array_length(VALUE self) { HandleScope scope; return to_ruby(unwrap(self)->Length()); }