Searched refs:AllowCodeGenerationFromStrings (Results 1 – 6 of 6) sorted by relevance
232 void AllowCodeGenerationFromStrings(bool allow);
910 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(true); in initialize()950 m_context->AllowCodeGenerationFromStrings(true); in allowCodeGenerationFromStrings()956 if (m_allowEval) m_context->AllowCodeGenerationFromStrings(false); in cleanup()
606 context->AllowCodeGenerationFromStrings(false); in InitializeContextRuntime()
1076 context->AllowCodeGenerationFromStrings(true); in ResetContextSettingsBeforeSnapshot()
274 v8_context->AllowCodeGenerationFromStrings(false); in New()
6513 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context