Home | History | Annotate | Download | only in src

Lines Matching refs:VisitExternalResources

4229 void v8::V8::VisitExternalResources(ExternalResourceVisitor* visitor) {
4231 IsDeadCheck(isolate, "v8::V8::VisitExternalResources");
4232 isolate->heap()->VisitExternalResources(visitor);