Home | History | Annotate | Download | only in src

Lines Matching defs:regexp

1214   CONVERT_ARG_CHECKED(JSRegExp, regexp, 0);
1224 Handle<Object> result = RegExpImpl::Exec(regexp,
1241 // Get the RegExp function from the context in the literals array.
1242 // This is the RegExp function from the context in which the
1243 // function was created. We do not use the RegExp function from the
1244 // current global context because this might be the RegExp function
1251 Handle<Object> regexp =
1258 literals->set(index, *regexp);
1259 return *regexp;
1422 // Insert the object, regexp and array functions in the literals
1424 // creating object, regexp and array literals.
1894 JSRegExp* regexp,
1904 Handle<JSRegExp> regexp_handle(regexp);
2021 CONVERT_CHECKED(JSRegExp, regexp, args[1]);
2027 regexp,
2661 CONVERT_ARG_CHECKED(JSRegExp, regexp, 1);
2665 Handle<Object> match = RegExpImpl::Exec(regexp, subject, 0, regexp_info);
2690 match = RegExpImpl::Exec(regexp, subject, index, regexp_info);