Searched defs:Eternal (Results 1 - 1 of 1) sorted by relevance

/external/v8/include/
H A Dv8.h114 template <class T> class Eternal;
309 template<class F> friend class Eternal;
388 // Eternal handles are set-once handles that live for the life of the isolate.
389 template <class T> class Eternal { class in namespace:v8
391 V8_INLINE Eternal() : index_(kInitialValue) { } function in class:v8::Eternal
393 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) { function in class:v8::Eternal
7569 template <class T> friend class Eternal;
8483 void Eternal<T>::Set(Isolate* isolate, Local<S> handle) {
8490 Local<T> Eternal<T>::Get(Isolate* isolate) {

Completed in 60 milliseconds