Home | History | Annotate | Download | only in src

Lines Matching refs:VisitExternalResources

5417 void v8::V8::VisitExternalResources(ExternalResourceVisitor* visitor) {
5419 IsDeadCheck(isolate, "v8::V8::VisitExternalResources");
5420 isolate->heap()->VisitExternalResources(visitor);