Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dinjected-script.cc661 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()
Dinjected-script.h148 bool m_allowEval; variable