Lines Matching refs:Reset
81 * disposed using Reset().
86 * cell can be created using the constructor or PersistentBase::Reset and
87 * existing handles can be disposed using PersistentBase::Reset.
97 V8_INLINE void Reset();
104 V8_INLINE void Reset(Isolate* isolate, const Local<S>& other);
111 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
323 if (M::kResetInDestructor) this->Reset();
400 V8_INLINE ~Global() { this->Reset(); }
452 this->Reset();
466 void PersistentBase<T>::Reset() {
478 void PersistentBase<T>::Reset(Isolate* isolate, const Local<S>& other) {
480 Reset();
491 void PersistentBase<T>::Reset(Isolate* isolate,
494 Reset();
561 this->Reset();