Home | History | Annotate | Download | only in src

Lines Matching defs:multiline

1048  * Returns whether this regular expression has the multiline (m) flag set.
1049 * @return {boolean} Value of the multiline flag
1051 RegExpMirror.prototype.multiline = function() {
1052 return this.value_.multiline;