Lines Matching defs:ATOM
6232 // - tag : type of regexp implementation (not compiled yet, atom or irregexp)6235 // If it is an atom regexp6248 // ATOM: A simple string to match against using an indexOf operation.6251 enum Type { NOT_COMPILED, ATOM, IRREGEXP };6313 // Atom regexps (literal strings).