Home
last modified time | relevance | path

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

/dports/lang/v8/v8-9.6.180.12/src/inspector/
H A Dv8-regex.h22 class V8Regex {
24 V8Regex(V8InspectorImpl*, const String16&, bool caseSensitive,
26 V8Regex(const V8Regex&) = delete;
27 V8Regex& operator=(const V8Regex&) = delete;
H A Dsearch-util.cc103 const V8Regex& regex, const String16& text) { in scriptRegexpMatchesByLines()
133 std::unique_ptr<V8Regex> createSearchRegex(V8InspectorImpl* inspector, in createSearchRegex()
137 return std::unique_ptr<V8Regex>( in createSearchRegex()
138 new V8Regex(inspector, regexSource, caseSensitive)); in createSearchRegex()
147 std::unique_ptr<V8Regex> regex = createSearchRegex( in searchInTextByLinesImpl()
H A Dv8-regex.cc20 V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern, in V8Regex() function in v8_inspector::V8Regex
49 int V8Regex::match(const String16& string, int startFrom, in match()
H A Dv8-debugger-agent-impl.h26 class V8Regex; variable
245 std::unique_ptr<V8Regex> m_blackboxPattern;
H A Dv8-debugger-agent-impl.cc498 V8Regex regex(inspector, selector, true); in matches()
1358 std::unique_ptr<V8Regex> regex(new V8Regex( in setBlackboxPattern()
/dports/www/node10/node-v10.24.1/deps/v8/src/inspector/
H A Dv8-regex.h19 class V8Regex {
21 V8Regex(V8InspectorImpl*, const String16&, bool caseSensitive,
32 DISALLOW_COPY_AND_ASSIGN(V8Regex);
H A Dsearch-util.cc101 const V8Regex& regex, const String16& text) { in scriptRegexpMatchesByLines()
131 std::unique_ptr<V8Regex> createSearchRegex(V8InspectorImpl* inspector, in createSearchRegex()
135 return std::unique_ptr<V8Regex>( in createSearchRegex()
136 new V8Regex(inspector, regexSource, caseSensitive)); in createSearchRegex()
145 std::unique_ptr<V8Regex> regex = createSearchRegex( in searchInTextByLinesImpl()
H A Dv8-regex.cc16 V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern, in V8Regex() function in v8_inspector::V8Regex
40 int V8Regex::match(const String16& string, int startFrom, in match()
H A Dv8-debugger-agent-impl.h24 class V8Regex; variable
218 std::unique_ptr<V8Regex> m_blackboxPattern;
H A Dv8-debugger-agent-impl.cc499 V8Regex regex(inspector, selector, true); in matches()
1241 std::unique_ptr<V8Regex> regex(new V8Regex( in setBlackboxPattern()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/inspector/
H A Dv8-regex.h19 class V8Regex {
21 V8Regex(V8InspectorImpl*, const String16&, bool caseSensitive,
33 DISALLOW_COPY_AND_ASSIGN(V8Regex);
H A Dsearch-util.cc101 const V8Regex& regex, const String16& text) { in scriptRegexpMatchesByLines()
131 std::unique_ptr<V8Regex> createSearchRegex(V8InspectorImpl* inspector, in createSearchRegex()
135 return std::unique_ptr<V8Regex>( in createSearchRegex()
136 new V8Regex(inspector, regexSource, caseSensitive)); in createSearchRegex()
145 std::unique_ptr<V8Regex> regex = createSearchRegex( in searchInTextByLinesImpl()
H A Dv8-regex.cc16 V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern, in V8Regex() function in v8_inspector::V8Regex
40 int V8Regex::match(const String16& string, int startFrom, in match()
H A Dv8-debugger-agent-impl.h26 class V8Regex; variable
231 std::unique_ptr<V8Regex> m_blackboxPattern;
H A Dv8-debugger-agent-impl.cc451 V8Regex regex(inspector, selector, true); in matches()
1248 std::unique_ptr<V8Regex> regex(new V8Regex( in setBlackboxPattern()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/inspector/
H A Dv8-regex.h19 class V8Regex {
21 V8Regex(V8InspectorImpl*, const String16&, bool caseSensitive,
33 DISALLOW_COPY_AND_ASSIGN(V8Regex);
H A Dsearch-util.cc103 const V8Regex& regex, const String16& text) { in scriptRegexpMatchesByLines()
133 std::unique_ptr<V8Regex> createSearchRegex(V8InspectorImpl* inspector, in createSearchRegex()
137 return std::unique_ptr<V8Regex>( in createSearchRegex()
138 new V8Regex(inspector, regexSource, caseSensitive)); in createSearchRegex()
147 std::unique_ptr<V8Regex> regex = createSearchRegex( in searchInTextByLinesImpl()
H A Dv8-regex.cc16 V8Regex::V8Regex(V8InspectorImpl* inspector, const String16& pattern, in V8Regex() function in v8_inspector::V8Regex
40 int V8Regex::match(const String16& string, int startFrom, in match()
H A Dv8-debugger-agent-impl.h26 class V8Regex; variable
243 std::unique_ptr<V8Regex> m_blackboxPattern;
H A Dv8-debugger-agent-impl.cc485 V8Regex regex(inspector, selector, true); in matches()
1388 std::unique_ptr<V8Regex> regex(new V8Regex( in setBlackboxPattern()