Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc738 v8::Local<v8::Array> wrappedEntries = v8::Array::New(isolate); in collectionsEntries() local
739 CHECK(!isKeyValue || wrappedEntries->Length() % 2 == 0); in collectionsEntries()
740 if (!wrappedEntries->SetPrototype(context, v8::Null(isolate)) in collectionsEntries()
760 createDataProperty(context, wrappedEntries, wrappedEntries->Length(), in collectionsEntries()
763 return wrappedEntries; in collectionsEntries()