Searched refs:printee (Results 1 – 1 of 1) sorted by relevance
406 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache() local407 Add(" #%d# %p: ", i, printee); in PrintMentionedObjectCache()408 printee->ShortPrint(this); in PrintMentionedObjectCache()410 if (printee->IsJSObject()) { in PrintMentionedObjectCache()411 if (printee->IsJSValue()) { in PrintMentionedObjectCache()412 Add(" value(): %o\n", JSValue::cast(printee)->value()); in PrintMentionedObjectCache()414 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()415 if (printee->IsJSArray()) { in PrintMentionedObjectCache()416 JSArray* array = JSArray::cast(printee); in PrintMentionedObjectCache()425 } else if (printee->IsByteArray()) { in PrintMentionedObjectCache()[all …]