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

/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...]

Completed in 82 milliseconds