Searched refs:PersistentHandlesScope (Results 1 – 4 of 4) sorted by relevance
133 PersistentHandlesScope::PersistentHandlesScope(Isolate* isolate) in PersistentHandlesScope() function in v8::internal::PersistentHandlesScope156 PersistentHandlesScope::~PersistentHandlesScope() { in ~PersistentHandlesScope()162 std::unique_ptr<PersistentHandles> PersistentHandlesScope::Detach() { in Detach()
105 class PersistentHandlesScope {107 V8_EXPORT_PRIVATE explicit PersistentHandlesScope(Isolate* isolate);108 V8_EXPORT_PRIVATE ~PersistentHandlesScope();
449 PersistentHandlesScope persistent_;
436 friend class PersistentHandlesScope; variable