Searched refs:wrappedEntries (Results 1 – 1 of 1) sorted by relevance
53 v8::Local<v8::Array> wrappedEntries = v8::Array::New(isolate); in collectionsEntries() local54 CHECK(!isKeyValue || wrappedEntries->Length() % 2 == 0); in collectionsEntries()55 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate)) in collectionsEntries()73 createDataProperty(context, wrappedEntries, wrappedEntries->Length(), in collectionsEntries()76 if (!markArrayEntriesAsInternal(context, wrappedEntries, in collectionsEntries()80 return wrappedEntries; in collectionsEntries()