Searched refs:last_match_info (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/v8/src/
H A Djsregexp.cc235 Handle<JSArray> last_match_info) {
238 return AtomExec(regexp, subject, index, last_match_info);
241 IrregexpExec(regexp, subject, index, last_match_info);
343 Handle<JSArray> last_match_info) {
356 FixedArray* array = FixedArray::cast(last_match_info->elements());
358 return last_match_info;
640 Handle<JSArray> last_match_info) {
674 last_match_info, subject, capture_count, output_registers);
685 Handle<JSArray> RegExpImpl::SetLastMatchInfo(Handle<JSArray> last_match_info, argument
689 ASSERT(last_match_info
232 Exec(Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<JSArray> last_match_info) argument
340 AtomExec(Handle<JSRegExp> re, Handle<String> subject, int index, Handle<JSArray> last_match_info) argument
637 IrregexpExec(Handle<JSRegExp> regexp, Handle<String> subject, int previous_index, Handle<JSArray> last_match_info) argument
[all...]
H A Djsregexp.h142 static Handle<JSArray> SetLastMatchInfo(Handle<JSArray> last_match_info,
H A Druntime.cc2516 CONVERT_ARG_HANDLE_CHECKED(JSArray, last_match_info, 3);
2523 last_match_info);
3874 Handle<JSArray> last_match_info) {
3945 RegExpImpl::SetLastMatchInfo(last_match_info, subject, 0, match_indices);
3956 Handle<JSArray> last_match_info) {
3975 isolate, subject, regexp, replacement, last_match_info);
3978 isolate, subject, regexp, replacement, last_match_info);
4036 RegExpImpl::SetLastMatchInfo(last_match_info,
4050 Handle<JSArray> last_match_info) {
4058 isolate, subject, regexp, empty_string, last_match_info);
[all...]
/external/v8/src/
H A Djsregexp.cc171 Handle<JSArray> last_match_info) {
174 return AtomExec(regexp, subject, index, last_match_info);
177 IrregexpExec(regexp, subject, index, last_match_info);
220 Handle<JSArray> last_match_info) {
264 ASSERT(last_match_info->HasFastElements());
268 FixedArray* array = FixedArray::cast(last_match_info->elements());
271 return last_match_info;
530 Handle<JSArray> last_match_info) {
559 last_match_info->EnsureSize(capture_register_count + kLastMatchOverhead);
562 FixedArray* array = FixedArray::cast(last_match_info
168 Exec(Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<JSArray> last_match_info) argument
217 AtomExec(Handle<JSRegExp> re, Handle<String> subject, int index, Handle<JSArray> last_match_info) argument
527 IrregexpExec(Handle<JSRegExp> jsregexp, Handle<String> subject, int previous_index, Handle<JSArray> last_match_info) argument
[all...]
H A Druntime.cc1736 CONVERT_ARG_HANDLE_CHECKED(JSArray, last_match_info, 3);
1737 RUNTIME_ASSERT(last_match_info->HasFastElements());
1744 last_match_info);
2532 Handle<JSArray> last_match_info);
2757 Handle<JSArray> last_match_info) {
2773 FixedArray* match_info = FixedArray::cast(last_match_info->elements());
2962 JSArray* last_match_info) {
2972 Handle<JSArray> last_match_info_handle(last_match_info);
3087 JSArray* last_match_info) {
3108 Handle<JSArray> last_match_info_handle(last_match_info);
[all...]

Completed in 123 milliseconds