Home
last modified time | relevance | path

Searched refs:isPathSeparator (Results 1 - 1 of 1) sorted by relevance

/third_party/node/lib/
H A Dpath.js52 function isPathSeparator(code) { function
66 function normalizeString(path, allowAboveRoot, separator, isPathSeparator) {
75 else if (isPathSeparator(code))
80 if (isPathSeparator(code)) {
201 if (isPathSeparator(code)) {
206 } else if (isPathSeparator(code)) {
213 if (isPathSeparator(StringPrototypeCharCodeAt(path, 1))) {
219 !isPathSeparator(StringPrototypeCharCodeAt(path, j))) {
228 isPathSeparator(StringPrototypeCharCodeAt(path, j))) {
236 !isPathSeparator(StringPrototypeCharCodeA
[all...]

Completed in 1 milliseconds