Searched refs:CanGenerateBytecode (Results 1 – 3 of 3) sorted by relevance
71 static bool CanGenerateBytecode();
106 bool RegExp::CanGenerateBytecode() { in CanGenerateBytecode() function in v8::internal::RegExp
1526 bool can_be_interpreted = RegExp::CanGenerateBytecode(); in JSRegExpVerify()