#include <heap.h>
Definition at line 2122 of file heap.h.
◆ VisitPointers()
void v8::internal::VerifySmisVisitor::VisitPointers |
( |
Object ** |
start, |
|
|
Object ** |
end |
|
) |
| |
|
inline |
Definition at line 772 of file heap-inl.h.
773 for (
Object** current = start; current < end; current++) {
774 CHECK((*current)->IsSmi());
kSerializedDataOffset Object
References CHECK.
The documentation for this class was generated from the following files: