Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dsearch-util.cc24 size_t closingCommentPos = 0; in findMagicComment() local
41 closingCommentPos = content.find("*/", equalSignPos + 1); in findMagicComment()
42 if (closingCommentPos == String16::kNotFound) return String16(); in findMagicComment()
49 DCHECK(!multiline || closingCommentPos); in findMagicComment()
52 ? content.substring(urlPos, closingCommentPos - urlPos) in findMagicComment()