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