Searched defs:dotall (Results 1 – 2 of 2) sorted by relevance
426 bool dotall() const { in dotall() function
124 bool dotall() const { return (flags_ & JSRegExp::kDotAll) != 0; } in dotall() function