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