Home | History | Annotate | Download | only in src

Lines Matching refs:REGEXP

4135     REGEXP = BUILTIN,
5760 // If the function contains object, regexp or array literals, the
5761 // literals array prefix contains the object, regexp, and array
5763 // necessary so that we do not dynamically lookup the object, regexp
6232 // - tag : type of regexp implementation (not compiled yet, atom or irregexp)
6235 // If it is an atom regexp
6237 // If it is an irregexp regexp:
6243 // - number of capture registers (output values) of the regexp.
6320 // thrown if the regexp is used again.
6324 // thrown if the regexp is used again.
6337 // Number of captures in the compiled regexp.
6360 // The uninitialized value for a regexp code object.
6363 // The compilation error value for the regexp code object. The real error
7222 // For regexp code.
7465 // For regexp code.
7983 // properties, as assigned by RegExp.prototype.exec, which allows
7984 RegExp exec results.