| Index: include/v8.h
|
| diff --git a/include/v8.h b/include/v8.h
|
| index bfdf039ae597830f3f9f5f8bbd243e830308b494..c2cf13c7b482ecbb4e6ab282d583016f6510838f 100644
|
| --- a/include/v8.h
|
| +++ b/include/v8.h
|
| @@ -6289,6 +6289,12 @@ class V8_EXPORT Isolate {
|
| */
|
| void VisitWeakHandles(PersistentHandleVisitor* visitor);
|
|
|
| + /**
|
| + * Check if this isolate is in use.
|
| + * True if at least one thread Enter'ed this isolate.
|
| + */
|
| + bool IsInUse();
|
| +
|
| private:
|
| template <class K, class V, class Traits>
|
| friend class PersistentValueMapBase;
|
|
|