Home
last modified time | relevance | path

Searched refs:kResetInDestructor (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h223 * At present kResetInDestructor is not set, but that will change in a future
230 static const bool kResetInDestructor = false; member in v8::NonCopyablePersistentTraits
246 static const bool kResetInDestructor = true; variable
319 * kResetInDestructor flags in the traits class. Since not calling dispose
323 if (M::kResetInDestructor) this->Reset(); in ~Persistent()
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h236 * At present kResetInDestructor is not set, but that will change in a future
243 static const bool kResetInDestructor = false; member in v8::NonCopyablePersistentTraits
259 static const bool kResetInDestructor = true; member
326 * kResetInDestructor flags in the traits class. Since not calling dispose
330 if (M::kResetInDestructor) this->Reset(); in ~Persistent()

Completed in 3 milliseconds