Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.h133 void IterateAllRootsWithClassIds(v8::PersistentHandleVisitor* v);
137 void IterateAllYoungRootsWithClassIds(v8::PersistentHandleVisitor* v);
141 void IterateYoungWeakRootsWithClassIds(v8::PersistentHandleVisitor* v);
232 void ApplyPersistentHandleVisitor(v8::PersistentHandleVisitor* visitor,
H A Dglobal-handles.cc1622 v8::PersistentHandleVisitor* visitor, GlobalHandles::Node* node) { in ApplyPersistentHandleVisitor()
1631 v8::PersistentHandleVisitor* visitor) { in IterateAllRootsWithClassIds()
1653 v8::PersistentHandleVisitor* visitor) { in IterateAllYoungRootsWithClassIds()
1663 v8::PersistentHandleVisitor* visitor) { in IterateYoungWeakRootsWithClassIds()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h433 class V8_EXPORT PersistentHandleVisitor { class
435 virtual ~PersistentHandleVisitor() = default;
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h440 class V8_EXPORT PersistentHandleVisitor { class
442 virtual ~PersistentHandleVisitor() = default;
H A Dv8-isolate.h1605 void VisitHandlesWithClassIds(PersistentHandleVisitor* visitor);
1612 void VisitWeakHandles(PersistentHandleVisitor* visitor);
/third_party/node/deps/v8/src/api/
H A Dapi.cc9515 void Isolate::VisitHandlesWithClassIds(PersistentHandleVisitor* visitor) { in VisitHandlesWithClassIds()
9521 void Isolate::VisitWeakHandles(PersistentHandleVisitor* visitor) { in VisitWeakHandles()

Completed in 30 milliseconds