| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index c4a54a46ed712f3d41dedce76f7d42dcc75a8502..65d302e7bd1f0fa607c551a41b4d3b7d664a52a1 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -3444,8 +3444,8 @@ class V8EXPORT V8 {
|
|
|
| /**
|
| * Iterates through all external resources referenced from current isolate
|
| - * heap. This method is not expected to be used except for debugging purposes
|
| - * and may be quite slow.
|
| + * heap. GC is not invoked prior to iterating, therefore there is no
|
| + * guarantee that visited objects are still alive.
|
| */
|
| static void VisitExternalResources(ExternalResourceVisitor* visitor);
|
|
|
|
|