Searched refs:v8Objects (Results 1 – 1 of 1) sorted by relevance
814 v8::PersistentValueVector<v8::Object> v8Objects(isolate); in queryObjects() local816 v8::debug::QueryObjects(context, &predicate, &v8Objects); in queryObjects()821 m_inspector->isolate(), static_cast<int>(v8Objects.Size())); in queryObjects()822 for (size_t i = 0; i < v8Objects.Size(); ++i) { in queryObjects()824 v8Objects.Get(i)); in queryObjects()