v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
string.cc File Reference
Include dependency graph for string.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 
namespace  v8::internal::EXPORT_TEMPLATE_DEFINE
 

Functions

template<typename SourceChar >
static void v8::internal::CalculateLineEndsImpl (String::LineEndsVector *line_ends, base::Vector< const SourceChar > src, bool include_ending_line)
 

Variable Documentation

◆ enabled_

bool enabled_ = false
private

Definition at line 1013 of file string.cc.

◆ first_occurrence_

std::unordered_map<Address, const SinkCharT*> first_occurrence_
private

Definition at line 1015 of file string.cc.