On 5 Okt., 10:45, Mikhail Naganov <[email protected]> wrote: > Hi Sebastian, > > You are missing setting of array length when creating it in the > Enumerator function: > result = Array::New() --> result = Array::New(1) >
Thanks! I (wrongly) assumed v8::Array s to be autoresizing like their Javascript pendants. -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users
