Home | History | Annotate | Download | only in cctest

Lines Matching full:multiline

548 static RegExpNode* Compile(const char* input, bool multiline, bool unicode,
554 &reader, multiline, unicode,
562 RegExpEngine::Compile(isolate, zone, &compile_data, false, false, multiline,
568 static void Execute(const char* input, bool multiline, bool unicode,
572 RegExpNode* node = Compile(input, multiline, unicode, is_one_byte, &zone);