Home | History | Annotate | Download | only in runtime

Lines Matching full:regexp

10 #include "src/regexp/jsregexp-inl.h"
11 #include "src/regexp/jsregexp.h"
339 CONVERT_ARG_HANDLE_CHECKED(JSRegExp, regexp, 1);
344 RegExpImpl::GlobalCache global_cache(regexp, subject, true, isolate);
347 int capture_count = regexp->CaptureCount();