Lines Matching refs:regexp
9 #include "src/regexp/regexp-ast.h"
10 #include "src/regexp/regexp.h"
154 // Return whether the matching (with a global regexp) will be restarted.
242 // a failure in a global regexp may still mean success overall.
282 // FALLBACK_TO_EXPERIMENTAL: Execute the regexp on this subject using the
298 static int Match(Handle<JSRegExp> regexp, Handle<String> subject,
307 JSRegExp regexp);
350 Isolate* isolate, JSRegExp regexp);