Lines Matching refs:regexp
8 #include "include/v8-regexp.h"
11 #include "src/regexp/regexp-flags.h"
20 #include "torque-generated/src/objects/js-regexp-tq.inc"
26 // - tag : type of regexp implementation (not compiled yet, atom or irregexp)
29 // If it is an atom regexp
31 // If it is an irregexp regexp:
33 // used for tracking the last usage (used for regexp code flushing).
35 // used for tracking the last usage (used for regexp code flushing).
37 // - number of capture registers (output values) of the regexp.
53 Handle<JSRegExp> regexp, Handle<String> source, Flags flags,
55 static MaybeHandle<JSRegExp> Initialize(Handle<JSRegExp> regexp,
187 // Number of captures in the compiled regexp.
197 // This value is ignored if the regexp-tier-up flag isn't turned on.
233 // The uninitialized value for a regexp code object.