Home | History | Annotate | Download | only in src

Lines Matching full:multiline

969   //      (re.global?"g":"") + (re.ignorecase?"i":"") + (re.multiline?"m":"")
1001 // multiline flag
1002 Handle<Object> multiline =
1003 Object::GetProperty(isolate, regexp, "multiline").ToHandleChecked();
1004 if (multiline->IsTrue()) {