Lines Matching refs:regexp
3071 // array of the last successful regexp match (an array of start/end index
5356 V(REGEXP) \
8442 // If the function contains object, regexp or array literals, the
8443 // literals array prefix contains the object, regexp, and array
8445 // necessary so that we do not dynamically lookup the object, regexp
8840 // - tag : type of regexp implementation (not compiled yet, atom or irregexp)
8843 // If it is an atom regexp
8845 // If it is an irregexp regexp:
8851 // - number of capture registers (output values) of the regexp.
8875 static Handle<JSRegExp> Copy(Handle<JSRegExp> regexp);
8877 static MaybeHandle<JSRegExp> Initialize(Handle<JSRegExp> regexp,
8879 static MaybeHandle<JSRegExp> Initialize(Handle<JSRegExp> regexp,
8935 // thrown if the regexp is used again.
8939 // thrown if the regexp is used again.
8952 // Number of captures in the compiled regexp.
8974 // The uninitialized value for a regexp code object.
8977 // The compilation error value for the regexp code object. The real error
9011 // This cache is used in two different variants. For regexp caching, it simply
9012 // maps identifying info of the regexp to the cached regexp object. Scripts and
10062 regexp code.
10264 // For regexp code.
11266 // properties, as assigned by RegExp.prototype.exec, which allows
11267 // faster creation of RegExp exec results.