Home | History | Annotate | Download | only in src

Lines Matching defs:IRREGEXP

6232 // - tag : type of regexp implementation (not compiled yet, atom or irregexp)
6237 // If it is an irregexp regexp:
6242 // - max number of registers used by irregexp implementations.
6249 // IRREGEXP: Compiled with Irregexp.
6250 // IRREGEXP_NATIVE: Compiled to native code with Irregexp.
6251 enum Type { NOT_COMPILED, ATOM, IRREGEXP };
6318 // Irregexp compiled code or bytecode for ASCII. If compilation
6322 // Irregexp compiled code or bytecode for UC16. If compilation
6327 // Saved instance of Irregexp compiled code or bytecode for ASCII that
6330 // Saved instance of Irregexp compiled code or bytecode for UC16 that is