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()
73 v8::Local<v8::Context> regexContext();
335 v8::Local<v8::Context> V8InspectorImpl::regexContext() { in regexContext() function in v8_inspector::V8InspectorImpl