v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
search-util.h File Reference
#include <memory>
#include "src/inspector/protocol/Debugger.h"
#include "src/inspector/string-util.h"
Include dependency graph for search-util.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  v8_inspector
 

Functions

String16 v8_inspector::findSourceURL (const String16 &content, bool multiline)
 
String16 v8_inspector::findSourceMapURL (const String16 &content, bool multiline)
 
std::vector< std::unique_ptr< protocol::Debugger::SearchMatch > > v8_inspector::searchInTextByLinesImpl (V8InspectorSession *session, const String16 &text, const String16 &query, const bool caseSensitive, const bool isRegex)