Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dsearch-util.cc16 String16 findMagicComment(const String16& content, const String16& name, in findMagicComment() function
158 return findMagicComment(content, "sourceURL", multiline); in findSourceURL()
162 return findMagicComment(content, "sourceMappingURL", multiline); in findSourceMapURL()