Searched refs:scriptSourceURL (Results 1 – 1 of 1) sorted by relevance
749 const String16& scriptSourceURL = it->second->sourceURL(); in isFunctionBlackboxed() local750 if (!scriptSourceURL.isEmpty() && in isFunctionBlackboxed()751 m_blackboxPattern->match(scriptSourceURL) != -1) in isFunctionBlackboxed()