Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h103 template <class T> class Eternal; variable
376 template<class F> friend class Eternal; variable
400 V8_INLINE Eternal() : index_(kInitialValue) { } in Eternal() function
402 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : index_(kInitialValue) { in Eternal() function
5237 template <class T> friend class Eternal; variable