Searched refs:maybe_handle (Results 1 – 1 of 1) sorted by relevance
197 V8_INLINE MaybeHandle(MaybeHandle<S> maybe_handle) in MaybeHandle() argument198 : location_(reinterpret_cast<T**>(maybe_handle.location_)) { in MaybeHandle()