Home
last modified time | relevance | path

Searched refs:IsRegExpNewline (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dchar-predicates-inl.h70 inline bool IsRegExpNewline(uc16 c) { in IsRegExpNewline() function
Dchar-predicates.h23 inline bool IsRegExpNewline(uc32 c);
/external/v8/test/cctest/
Dtest-regexp.cc490 TestCharacterClassEscapes('.', IsRegExpNewline); in TEST()