Searched refs:re_source (Results 1 – 1 of 1) sorted by relevance
828 void TestScanRegExp(const char* re_source, const char* expected) { in TestScanRegExp() argument830 reinterpret_cast<const i::byte*>(re_source), in TestScanRegExp()831 static_cast<unsigned>(strlen(re_source))); in TestScanRegExp()