Home | History | Annotate | Download | only in debug

Lines Matching defs:multiline

1199  * Returns whether this regular expression has the multiline (m) flag set.
1200 * @return {boolean} Value of the multiline flag
1202 RegExpMirror.prototype.multiline = function() {
1203 return this.value_.multiline;