Home
last modified time | relevance | path

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

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