Home
last modified time | relevance | path

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

/external/v8/include/
Dv8.h117 template <class T> class Eternal; variable
406 template<class F> friend class Eternal;
500 template <class T> class Eternal {
502 V8_INLINE Eternal() : val_(nullptr) {}
504 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : val_(nullptr) {
8604 template <class T> friend class Eternal;
9603 void Eternal<T>::Set(Isolate* isolate, Local<S> handle) {
9610 Local<T> Eternal<T>::Get(Isolate* isolate) const {
/external/brotli/tests/testdata/
Dplrabn12.txt95 I may assert Eternal Providence,
140 Such place Eternal Justice has prepared
388 Eternal Spirits! Or have ye chosen this place
920 His trust was with th' Eternal to be deemed
1770 Eternal anarchy, amidst the noise
1937 Or of the Eternal coeternal beam
2312 Eternal King; the Author of all being,
3681 The Eternal, to prevent such horrid fray,
3952 So spake the Eternal Father, and fulfilled
4417 Mean while the Eternal eye, whose sight discerns
[all …]
/external/v8/
DChangeLog44575 Fixed Eternal::IsEmpty logic (issue 2870).