Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dsearch-util.cc23 size_t equalSignPos = 0; in findMagicComment() local
38 equalSignPos = pos + 4 + nameLength; in findMagicComment()
39 if (equalSignPos < length && content[equalSignPos] != '=') continue; in findMagicComment()
41 closingCommentPos = content.find("*/", equalSignPos + 1); in findMagicComment()
48 DCHECK(equalSignPos); in findMagicComment()
50 size_t urlPos = equalSignPos + 1; in findMagicComment()