Home
last modified time | relevance | path

Searched refs:AllowCodeGenerationFromStrings (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/inspector/
Dinjected-script.cc674 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(true); in initialize()
714 m_context->AllowCodeGenerationFromStrings(true); in allowCodeGenerationFromStrings()
720 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(false); in cleanup()
/external/v8/include/
Dv8.h9188 void AllowCodeGenerationFromStrings(bool allow);
/external/v8/src/
Dapi.cc6359 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context