Searched refs:jsExt (Results 1 – 1 of 1) sorted by relevance
1651 const char jsExt[] = ".js"; in LoadPageSource() local1654 auto pos = url.rfind(jsExt); in LoadPageSource()1655 if (pos != std::string::npos && pos == url.length() - (sizeof(jsExt) - 1)) { in LoadPageSource()