Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dserialize.h478 bool ShouldBeSkipped(Object** current);
Dserialize.cc1223 bool Serializer::ShouldBeSkipped(Object** current) { in ShouldBeSkipped() function in v8::internal::Serializer
1239 if (ShouldBeSkipped(current)) { in VisitPointers()