Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc37 v8::Local<v8::Array> wrappedEntries = v8::Array::New(isolate); in collectionsEntries() local
38 CHECK(!isKeyValue || wrappedEntries->Length() % 2 == 0); in collectionsEntries()
39 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate)) in collectionsEntries()
57 createDataProperty(context, wrappedEntries, wrappedEntries->Length(), in collectionsEntries()
60 if (!markArrayEntriesAsInternal(context, wrappedEntries, in collectionsEntries()
64 return wrappedEntries; in collectionsEntries()