Home | History | Annotate | Download | only in octane

Lines Matching refs:isSeparator

16930   function isSeparator(c) {
16959 while (i < count && isSeparator(eexecStr[i]))
16963 while (i < count && !isSeparator(eexecStr[i]))
16990 } else if (isSeparator(c)) {
17070 while (i < count && (isSeparator(character) || character == '/'))
17074 while (i < count && !(isSeparator(character) || character == '/')) {
17083 if (isSeparator(c)) {