Home | History | Annotate | Download | only in mjsunit

Lines Matching refs:global

42   if (regexp.global) {
89 // Non-capturing, non-global regexp.
105 // Capturing non-global regexp.
113 // Global regexp (also check that capture from before are cleared)
116 testMatch("Global", stringSample2, re,
121 testMatch("Global-ignore-lastIndex", stringSample2, re,
125 // Capturing global regexp
129 testMatch("Capture-Global", stringSample, re_cap,
134 // Atom, non-global
143 // Atom, global
147 testMatch("Global-Atom", stringSample, re_atomg,