Home
last modified time | relevance | path

Searched refs:atom_string (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/compiler/
Dtransformer.py115 token.STRING: self.atom_string,
775 def atom_string(self, nodelist): member in Transformer
/external/v8/src/regexp/
Djsregexp.cc169 Handle<String> atom_string; in Compile() local
171 isolate, atom_string, in Compile()
174 if (!HasFewDifferentCharacters(atom_string)) { in Compile()
175 AtomCompile(re, pattern, flags, atom_string); in Compile()