Lines Matching defs:object
47 bool Filter(v8::Local<v8::Object> object) override {
48 if (object->IsModuleNamespaceObject()) return false;
50 if (!v8::debug::GetCreationContext(object).ToLocal(&objectContext)) {
54 if (!m_inspector->client()->isInspectableHeapObject(object)) return false;
55 // Get prototype chain for current object until first visited prototype.
56 for (v8::Local<v8::Value> prototype = object->GetPrototype();
704 v8::Local<v8::Object> object = iterator->GetObject();
709 toV8StringInternalized(m_isolate, "object"), object);
1166 v8::Local<v8::Object> object,
1170 return inspectedContext ? inspectedContext->addInternalObject(object, type)