Searched refs:m_allowEval (Results 1 – 2 of 2) sorted by relevance
661 m_allowEval(false), in Scope()674 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(true); in initialize()711 DCHECK(!m_allowEval); in allowCodeGenerationFromStrings()713 m_allowEval = true; in allowCodeGenerationFromStrings()720 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(false); in cleanup()
148 bool m_allowEval; variable