Lines Matching defs:global
642 // Shortcut for simple non-regexp global replacements
707 // Shortcut for simple non-regexp global replacements
1174 // Force tier up to native code for global replaces. The global replace is
1357 const bool global = (flags & JSRegExp::kGlobal) != 0;
1364 if (!global) {
1365 // Non-global regexp search, string replace.
1419 DCHECK(global);
1423 // Force tier up to native code for global replaces. The global replace is
1835 const bool global = global_obj->BooleanValue(isolate);
1838 if (global) {
1860 if (!global) break;