Searched refs:printee (Results 1 – 1 of 1) sorted by relevance
422 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache() local423 Add(" #%d# %p: ", i, printee); in PrintMentionedObjectCache()424 printee->ShortPrint(this); in PrintMentionedObjectCache()426 if (printee->IsJSObject()) { in PrintMentionedObjectCache()427 if (printee->IsJSValue()) { in PrintMentionedObjectCache()428 Add(" value(): %o\n", JSValue::cast(printee)->value()); in PrintMentionedObjectCache()430 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()431 if (printee->IsJSArray()) { in PrintMentionedObjectCache()432 JSArray* array = JSArray::cast(printee); in PrintMentionedObjectCache()441 } else if (printee->IsByteArray()) { in PrintMentionedObjectCache()[all …]