Home
last modified time | relevance | path

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

/third_party/node/deps/v8/tools/debug_helper/
Ddebug-helper-internal.cc59 bool TqObject::IsSuperclassOf(const TqObject* other) const { in IsSuperclassOf() function in v8::internal::debug_helper_internal::TqObject
Ddebug-helper-internal.h219 virtual bool IsSuperclassOf(const TqObject* other) const;
Dget-object-properties.cc200 if (result.object->IsSuperclassOf(hint_result.object.get())) { in GetTypedHeapObject()
211 if (result.object->IsSuperclassOf(guess_result.object.get())) { in GetTypedHeapObject()