Home
last modified time | relevance | path

Searched refs:v8_root_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/torque/
Dsource-positions.cc28 return Get().v8_root_ + "/" + PathFromV8Root(file); in AbsolutePath()
69 const std::string file = Get().v8_root_ + "/" + path; in FileRelativeToV8RootExists()
Dsource-positions.h80 explicit SourceFileMap(std::string v8_root) : v8_root_(std::move(v8_root)) {} in SourceFileMap()
91 std::string v8_root_; variable