Lines Matching refs:Regexp

460     //   Opal.$$.Regexp.$$.IGNORECASE
2598 // Escape Regexp special chars letting the resulting string be used to build
2599 // a new Regexp.
2609 // Create a global Regexp from a RegExp object and cache the result
2624 // Create a global multiline Regexp from a RegExp object and cache the result
2635 // we are using the $$g attribute because the Regexp is already multiline
6426 var self = $klass($base, $super, 'Regexp');
6629 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
6678 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
6747 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
7799 pattern = $$$('Regexp').$new(pattern.$to_str());
7800 } if (!$eqeqeq($$$('Regexp'), pattern)) {
7801 …ernel.$raise($$$('TypeError'), "wrong argument type " + (pattern.$class()) + " (expected Regexp)");
7808 pattern = $$$('Regexp').$new(pattern.$to_str());
7809 } if (!$eqeqeq($$$('Regexp'), pattern)) {
7810 …ernel.$raise($$$('TypeError'), "wrong argument type " + (pattern.$class()) + " (expected Regexp)");
8954 return '[' + $$$('Regexp').$escape(pos_intersection) + ']';
8958 return '[^' + $$$('Regexp').$escape(neg_intersection) + ']';
18417 …$const_set(self, 'INLINE_IDENTIFIER_REGEXP', $$('Regexp').$new("[^" + ($$$(self, 'FORBIDDEN_STARTI…
18419 …return $const_set(self, 'CONST_NAME_REGEXP', $$('Regexp').$new("" + ($$$(self, 'REGEXP_START')) + …
23512 …$const_set($nesting[0], 'SEPARATOR_PAT', $regexp([$$('Regexp').$quote($$$($$('File'), 'SEPARATOR')…
23567 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…