Lines Matching defs:object
43 // Information about how this tool discovered the type of the object.
84 // |decompressed_type| will contain the type of the object when decompressed.
132 const char* type; // Runtime type of the object.
139 // the object actually is. You may request data about the same object again
196 uintptr_t object, v8::debug_helper::MemoryAccessor memory_accessor,
224 // Get information about the given object pointer, which could be:
229 // The type hint is only used if the object's Map is missing or corrupt. It
233 uintptr_t object, v8::debug_helper::MemoryAccessor memory_accessor,
236 object, memory_accessor, heap_addresses, type_hint));