Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc370 HeapObject printee = *(*debug_object_cache)[i]; in PrintMentionedObjectCache() local
372 reinterpret_cast<void*>(printee.ptr())); in PrintMentionedObjectCache()
373 printee.ShortPrint(this); in PrintMentionedObjectCache()
375 if (printee.IsJSObject()) { in PrintMentionedObjectCache()
376 if (printee.IsJSPrimitiveWrapper()) { in PrintMentionedObjectCache()
378 JSPrimitiveWrapper::cast(printee).value()); in PrintMentionedObjectCache()
380 PrintUsingMap(JSObject::cast(printee)); in PrintMentionedObjectCache()
381 if (printee.IsJSArray()) { in PrintMentionedObjectCache()
382 JSArray array = JSArray::cast(printee); in PrintMentionedObjectCache()
391 } else if (printee in PrintMentionedObjectCache()
[all...]

Completed in 1 milliseconds