Searched refs:regexContext (Results 1 – 3 of 3) sorted by relevance
26 if (!m_inspector->regexContext().ToLocal(&context)) { in V8Regex()61 if (!m_inspector->regexContext().ToLocal(&context)) { in match()
77 v8::MaybeLocal<v8::Context> regexContext();
335 v8::MaybeLocal<v8::Context> V8InspectorImpl::regexContext() { in regexContext() function in v8_inspector::V8InspectorImpl