Home
last modified time | relevance | path

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

/external/v8/src/
Dstring-stream.cc381 HeapObject* printee = (*debug_object_cache)[i]; in PrintMentionedObjectCache() local
382 Add(" #%d# %p: ", i, printee); in PrintMentionedObjectCache()
383 printee->ShortPrint(this); in PrintMentionedObjectCache()
385 if (printee->IsJSObject()) { in PrintMentionedObjectCache()
386 if (printee->IsJSValue()) { in PrintMentionedObjectCache()
387 Add(" value(): %o\n", JSValue::cast(printee)->value()); in PrintMentionedObjectCache()
389 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()
390 if (printee->IsJSArray()) { in PrintMentionedObjectCache()
391 JSArray* array = JSArray::cast(printee); in PrintMentionedObjectCache()
400 } else if (printee->IsByteArray()) { in PrintMentionedObjectCache()
[all …]