Home
last modified time | relevance | path

Searched refs:maybe_capture_exists (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/runtime/
Druntime-regexp.cc1063 Maybe<bool> maybe_capture_exists = in GetNamedCapture() local
1065 if (maybe_capture_exists.IsNothing()) return MaybeHandle<String>(); in GetNamedCapture()
1067 if (!maybe_capture_exists.FromJust()) { in GetNamedCapture()