Searched refs:v8_root_ (Results 1 – 2 of 2) sorted by relevance
28 return Get().v8_root_ + "/" + PathFromV8Root(file); in AbsolutePath()69 const std::string file = Get().v8_root_ + "/" + path; in FileRelativeToV8RootExists()
80 explicit SourceFileMap(std::string v8_root) : v8_root_(std::move(v8_root)) {} in SourceFileMap()91 std::string v8_root_; variable