Home | History | Annotate | Download | only in include

Lines Matching refs:Eternal

116 template <class T> class Eternal;
311 template<class F> friend class Eternal;
390 // Eternal handles are set-once handles that live for the life of the isolate.
391 template <class T> class Eternal {
393 V8_INLINE Eternal() : index_(kInitialValue) { }
395 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) {
6800 template <class T> friend class Eternal;
7681 void Eternal<T>::Set(Isolate* isolate, Local<S> handle) {
7688 Local<T> Eternal<T>::Get(Isolate* isolate) {