1
0
Fork 0
mirror of https://github.com/rubyjs/therubyracer synced 2023-03-27 23:21:42 -04:00

We have an array definition now.

This commit is contained in:
Charles Lowell 2012-05-17 22:05:41 -05:00
parent 1f70663242
commit 02586451aa

View file

@ -134,7 +134,7 @@ Object::operator VALUE() {
// return Function(handle);
}
if (handle->IsArray()) {
// return Array(handle);
return Array(handle);
}
if (handle->IsDate()) {
// return Date(handle);