Home
last modified time | relevance | path

Searched refs:PersistentBase (Results 1 – 2 of 2) sorted by relevance

/external/v8/include/
Dv8.h116 template<class T> class PersistentBase; variable
260 const PersistentBase<S>& that) const {
305 const PersistentBase<T>& that);
310 template<class F> friend class PersistentBase; variable
495 template <class T> class PersistentBase {
514 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
524 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
542 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
647 template<class F> friend class PersistentBase; variable
654 explicit V8_INLINE PersistentBase(T* val) : val_(val) {} in PersistentBase() function
[all …]
/external/v8/
DChangeLog6010 Remove PersistentBase::ClearAndLeak.