Searched refs:ReadSourceMapData (Results 1 – 2 of 2) sorted by relevance
88 bool ReadSourceMapData(const std::string& hapPath, std::string& content);
54 bool SourceMap::ReadSourceMapData(const std::string& hapPath, std::string& content) in ReadSourceMapData() function in panda::ecmascript::SourceMap101 if (ReadSourceMapData(hapPath, sourceMapData)) { in Init()