Lines Matching refs:Regexp
469 // Opal.$$.Regexp.$$.IGNORECASE
2607 // Escape Regexp special chars letting the resulting string be used to build
2608 // a new Regexp.
2618 // Create a global Regexp from a RegExp object and cache the result
2633 // Create a global multiline Regexp from a RegExp object and cache the result
2644 // we are using the $$g attribute because the Regexp is already multiline
6435 var self = $klass($base, $super, 'Regexp');
6638 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
6687 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
6756 $Kernel.$raise($$$('TypeError'), "uninitialized Regexp");
7808 pattern = $$$('Regexp').$new(pattern.$to_str());
7809 } if (!$eqeqeq($$$('Regexp'), pattern)) {
7810 …ernel.$raise($$$('TypeError'), "wrong argument type " + (pattern.$class()) + " (expected Regexp)");
7817 pattern = $$$('Regexp').$new(pattern.$to_str());
7818 } if (!$eqeqeq($$$('Regexp'), pattern)) {
7819 …ernel.$raise($$$('TypeError'), "wrong argument type " + (pattern.$class()) + " (expected Regexp)");
8963 return '[' + $$$('Regexp').$escape(pos_intersection) + ']';
8967 return '[^' + $$$('Regexp').$escape(neg_intersection) + ']';
18426 …$const_set(self, 'INLINE_IDENTIFIER_REGEXP', $$('Regexp').$new("[^" + ($$$(self, 'FORBIDDEN_STARTI…
18428 …return $const_set(self, 'CONST_NAME_REGEXP', $$('Regexp').$new("" + ($$$(self, 'REGEXP_START')) + …
24563 …$const_set($nesting[0], 'SEPARATOR_PAT', $regexp([$$('Regexp').$quote($$$($$('File'), 'SEPARATOR')…
24618 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…
25143 …$const_set($nesting[0], 'SEPARATOR_PAT', $regexp([$$('Regexp').$quote($$$($$('File'), 'SEPARATOR')…
25198 …if ($truthy($$('Regexp').$new("^" + ($$$($$('Pathname'), 'SEPARATOR_PAT').$source()) + "?$")['$=~'…