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