Searched refs:regexContext (Results 1 – 3 of 3) sorted by relevance
21 v8::Local<v8::Context> context = m_inspector->regexContext(); in V8Regex()51 v8::Local<v8::Context> context = m_inspector->regexContext(); in match()
79 v8::Local<v8::Context> regexContext();
373 v8::Local<v8::Context> V8InspectorImpl::regexContext() { in regexContext() function in v8_inspector::V8InspectorImpl