Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/v8-include/
H A Dv8-persistent-handle.h47 class Eternal : public IndirectHandleBase { class
52 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) { in Eternal() function in v8::Eternal
/third_party/node/deps/v8/include/
H A Dv8-persistent-handle.h47 class Eternal { class
49 V8_INLINE Eternal() : val_(nullptr) {} in Eternal() function in v8::Eternal
51 V8_INLINE Eternal(Isolate* isolate, Local<S> handle) : val_(nullptr) { in Eternal() function in v8::Eternal

Completed in 3 milliseconds