Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.cc424 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache() local
425 Add(" #%d# %p: ", i, printee); in PrintMentionedObjectCache()
426 printee->ShortPrint(this); in PrintMentionedObjectCache()
428 if (printee->IsJSObject()) { in PrintMentionedObjectCache()
429 if (printee->IsJSValue()) { in PrintMentionedObjectCache()
430 Add(" value(): %o\n", JSValue::cast(printee)->value()); in PrintMentionedObjectCache()
432 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()
433 if (printee->IsJSArray()) { in PrintMentionedObjectCache()
434 JSArray* array = JSArray::cast(printee); in PrintMentionedObjectCache()
443 } else if (printee->IsByteArray()) { in PrintMentionedObjectCache()
[all …]