![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
#include <memory>
#include "src/inspector/protocol/Debugger.h"
#include "src/inspector/string-util.h"
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) |