Home
last modified time | relevance | path

Searched refs:DirectHandleBase (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-handle-base.h152 class DirectHandleBase { class
166 V8_INLINE DirectHandleBase() = default;
167 V8_INLINE DirectHandleBase(const DirectHandleBase& other) = default;
168 V8_INLINE DirectHandleBase& operator=(const DirectHandleBase& that) = default;
170 V8_INLINE explicit DirectHandleBase(internal::Address ptr) : ptr_(ptr) {} in DirectHandleBase() function in v8::DirectHandleBase
H A Dv8-local-handle.h152 class LocalBase : public DirectHandleBase {
159 V8_INLINE explicit LocalBase(internal::Address ptr) : DirectHandleBase(ptr) {} in LocalBase()
162 V8_INLINE LocalBase(const LocalBase<S>& other) : DirectHandleBase(other) {} in LocalBase()

Completed in 2 milliseconds