Searched refs:AllowCodeGenerationFromStrings (Results 1 – 3 of 3) sorted by relevance
674 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()
9188 void AllowCodeGenerationFromStrings(bool allow);
6359 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context