Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h105 template<class T> class PersistentBase; variable
254 const PersistentBase<S>& that) const {
294 const PersistentBase<T>& that) { in New()
301 template<class F> friend class PersistentBase; variable
372 const PersistentBase<T>& that);
377 template<class F> friend class PersistentBase; variable
448 template <class T> class PersistentBase {
467 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
472 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
489 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
[all …]