Home
last modified time | relevance | path

Searched refs:wrappedEntries (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/inspector/
Dv8-debugger.cc53 v8::Local<v8::Array> wrappedEntries = v8::Array::New(isolate); in collectionsEntries() local
54 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()