Lines Matching refs:regexp
8 #include "src/regexp/regexp-flags.h"
9 #include "src/regexp/regexp.h"
18 // Check whether a parsed regexp pattern can be compiled and executed by the
38 Isolate* isolate, Address regexp);
40 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject,
44 JSRegExp regexp, String subject,
48 // Compile and execute a regexp with the experimental engine, regardless of
49 // its type tag. The regexp itself is not changed (apart from lastIndex).
51 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject,
54 static int32_t OneshotExecRaw(Isolate* isolate, Handle<JSRegExp> regexp,