93 static const std::string& PathFromV8Root(
SourceId file);
94 static std::string PathFromV8RootWithoutExtension(
SourceId file);
95 static std::string AbsolutePath(
SourceId file);
96 static SourceId AddSource(std::string path);
97 static SourceId GetSourceId(
const std::string& path);
98 static std::vector<SourceId> AllSources();
99 static bool FileRelativeToV8RootExists(
const std::string& path);
#define DECLARE_CONTEXTUAL_VARIABLE(VarName,...)