Searched refs:GlobalRegExp (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/js/
H A Di18n.js29 var GlobalRegExp = global.RegExp; variable
174 UNICODE_EXTENSION_RE = new GlobalRegExp('-u(-[a-z0-9]{2,8})+', 'g');
186 ANY_EXTENSION_RE = new GlobalRegExp('-[a-z0-9]{1}-.*', 'g');
198 QUOTED_STRING_RE = new GlobalRegExp("'[^']+'", 'g');
211 new GlobalRegExp('^(collator|numberformat|dateformat|breakiterator)$');
260 TIMEZONE_NAME_CHECK_RE = new GlobalRegExp(
274 new GlobalRegExp('^([A-Za-z]+)((?:[_-][A-Za-z]+)+)*$');
650 var resolvedBase = new GlobalRegExp('^' + locales[1].base, 'g');
923 LANGUAGE_SINGLETON_RE = new GlobalRegExp('^' + singleton + '$', 'i');
928 LANGUAGE_VARIANT_RE = new GlobalRegExp('
[all...]
/external/v8/src/debug/
H A Ddebug.js13 var GlobalRegExp = global.RegExp; variable
231 this.script_regexp_object_ = new GlobalRegExp(script_id_or_name);

Completed in 92 milliseconds