Searched refs:str_regexp (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/RegExp/
H A Dregress-001.js25 function AddRegExpCases( regexp, str_regexp, length, matches_array ) {
28 "( " + str_regexp + " ).length",
35 "( " + str_regexp + " )[" + matches +"]",
H A Dhex-001.js30 regexp, str_regexp, pattern, str_pattern, length, index, matches_array ) {
36 str_regexp + ".exec(" + pattern +")",
44 str_regexp + ".exec(" + str_pattern +").length",
49 str_regexp + ".exec(" + str_pattern +").index",
54 str_regexp + ".exec(" + str_pattern +").input",
60 str_regexp + ".exec(" + str_pattern +")[" + matches +"]",
H A Doctal-001.js29 regexp, str_regexp, pattern, str_pattern, index, matches_array ) {
42 str_regexp + ".exec(" + str_pattern +").length",
47 str_regexp + ".exec(" + str_pattern +").index",
52 str_regexp + ".exec(" + str_pattern +").input",
57 str_regexp + ".exec(" + str_pattern +").toString()",
67 str_regexp + ".exec(" + str_pattern +")[" + matches +"]",
H A Doctal-002.js44 regexp, str_regexp, pattern, str_pattern, index, matches_array ) {
57 str_regexp + ".exec(" + str_pattern +").length",
62 str_regexp + ".exec(" + str_pattern +").index",
67 str_regexp + ".exec(" + str_pattern +").input",
72 str_regexp + ".exec(" + str_pattern +").toString()",
82 str_regexp + ".exec(" + str_pattern +")[" + matches +"]",
H A Dunicode-001.js30 regexp, str_regexp, pattern, str_pattern, length, index, matches_array ) {
33 str_regexp + " .exec(" + str_pattern +").length",
38 str_regexp + " .exec(" + str_pattern +").index",
43 str_regexp + " .exec(" + str_pattern +").input",
49 str_regexp + " .exec(" + str_pattern +")[" + matches +"]",
H A Doctal-003.js38 regexp, str_regexp, pattern, str_pattern, index, matches_array ) {
51 str_regexp + ".exec(" + str_pattern +").length",
56 str_regexp + ".exec(" + str_pattern +").index",
61 str_regexp + ".exec(" + str_pattern +").input",
66 str_regexp + ".exec(" + str_pattern +").toString()",
76 str_regexp + ".exec(" + str_pattern +")[" + matches +"]",
/macosx-10.9.5/JavaScriptCore-7537.78.1/tests/mozilla/ecma_2/String/
H A Dmatch-001.js61 regexp, str_regexp, string, length, index, matches_array ) {
64 "( " + string + " ).match(" + str_regexp +").length",
69 "( " + string + " ).match(" + str_regexp +").index",
74 "( " + string + " ).match(" + str_regexp +").input",
80 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
87 regexp, str_regexp, string, length, matches_array ) {
90 "( " + string + " ).match(" + str_regexp +").length",
96 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
H A Dmatch-004.js98 regexp, str_regexp, string, str_string, index, matches_array ) {
112 "( " + string + " ).match(" + str_regexp +").length",
117 "( " + string + " ).match(" + str_regexp +").index",
122 "( " + string + " ).match(" + str_regexp +").input",
132 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
139 regexp, str_regexp, string, matches_array ) {
153 "( " + string + " ).match(" + str_regexp +").length",
163 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
H A Dmatch-002.js99 regexp, str_regexp, string, index, matches_array ) {
113 "( " + string + " ).match(" + str_regexp +").length",
118 "( " + string + " ).match(" + str_regexp +").index",
123 "( " + string + " ).match(" + str_regexp +").input",
133 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
140 regexp, str_regexp, string, matches_array ) {
154 "( " + string + " ).match(" + str_regexp +").length",
164 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
H A Dmatch-003.js98 regexp, str_regexp, string, matches_array ) {
104 string + ".match(" + str_regexp +")",
112 "( " + string + " ).match(" + str_regexp +").length",
122 "( " + string + " ).match(" + str_regexp +")[" + matches +"]",
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c12115 str_regexp = (STR_FUNC_REGEXP|STR_FUNC_ESCAPE|STR_FUNC_EXPAND), enumerator in enum:string_type
14223 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
14234 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
14411 lex_strterm = NEW_STRTERM(str_regexp, term, paren);
H A Dripper.y5529 str_regexp = (STR_FUNC_REGEXP|STR_FUNC_ESCAPE|STR_FUNC_EXPAND),
7637 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
7648 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
7825 lex_strterm = NEW_STRTERM(str_regexp, term, paren);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.c12025 str_regexp = (STR_FUNC_REGEXP|STR_FUNC_ESCAPE|STR_FUNC_EXPAND), enumerator in enum:string_type
14133 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
14144 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
14321 lex_strterm = NEW_STRTERM(str_regexp, term, paren);
H A Dparse.y5529 str_regexp = (STR_FUNC_REGEXP|STR_FUNC_ESCAPE|STR_FUNC_EXPAND),
7637 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
7648 lex_strterm = NEW_STRTERM(str_regexp, '/', 0);
7825 lex_strterm = NEW_STRTERM(str_regexp, term, paren);

Completed in 324 milliseconds