Searched refs:js_ext (Results 1 – 3 of 3) sorted by relevance
456 const char js_ext[] = ".js"; in LoadJs() local458 auto pos = url.rfind(js_ext); in LoadJs()459 if (pos != std::string::npos && pos == url.length() - (sizeof(js_ext) - 1)) { in LoadJs()
1536 const char js_ext[] = ".js"; in LoadJs() local1538 auto pos = url.rfind(js_ext); in LoadJs()1539 if (pos != std::string::npos && pos == url.length() - (sizeof(js_ext) - 1)) { in LoadJs()
3328 const char js_ext[] = ".js"; in LoadJs() local3330 auto pos = url.rfind(js_ext); in LoadJs()3331 if (pos != std::string::npos && pos == url.length() - (sizeof(js_ext) - 1)) { in LoadJs()