Searched refs:PersistentHandlesScope (Results 1 – 5 of 5) 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()
106 class V8_NODISCARD PersistentHandlesScope {108 V8_EXPORT_PRIVATE explicit PersistentHandlesScope(Isolate* isolate);109 V8_EXPORT_PRIVATE ~PersistentHandlesScope();
45 PersistentHandlesScope persistent_;
499 PersistentHandlesScope persistent_;
453 friend class PersistentHandlesScope; variable