Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h119 template<class T> class PersistentBase; variable
347 const PersistentBase<S>& that) const {
402 const PersistentBase<T>& that);
407 template<class F> friend class PersistentBase;
574 template <class T> class PersistentBase {
593 V8_INLINE void Reset(Isolate* isolate, const PersistentBase<S>& other);
603 V8_INLINE bool operator==(const PersistentBase<S>& that) const {
621 V8_INLINE bool operator!=(const PersistentBase<S>& that) const {
713 PersistentBase(const PersistentBase& other) = delete; // NOLINT
714 void operator=(const PersistentBase&) = delete;
[all …]
Dv8-profiler.h711 typedef std::unordered_set<const v8::PersistentBase<v8::Value>*>
715 typedef std::vector<std::pair<const v8::PersistentBase<v8::Value>*,
716 const v8::PersistentBase<v8::Value>*>>
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/v8/
DChangeLog42041 Remove PersistentBase::ClearAndLeak.