Home | History | Annotate | Download | only in include

Lines Matching refs:Eternal

103 template <class T> class Eternal;
376 template<class F> friend class Eternal;
397 // Eternal handles are set-once handles that live for the life of the isolate.
398 template <class T> class Eternal {
400 V8_INLINE Eternal() : index_(kInitialValue) { }
402 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) {
5237 template <class T> friend class Eternal;
5994 void Eternal<T>::Set(Isolate* isolate, Local<S> handle) {
6001 Local<T> Eternal<T>::Get(Isolate* isolate) {