Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-context.h232 void AllowCodeGenerationFromStrings(bool allow);
/third_party/node/deps/v8/src/inspector/
Dinjected-script.cc910 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()
/third_party/node/src/api/
Denvironment.cc606 context->AllowCodeGenerationFromStrings(false); in InitializeContextRuntime()
/third_party/node/src/
Dnode_snapshotable.cc1076 context->AllowCodeGenerationFromStrings(true); in ResetContextSettingsBeforeSnapshot()
Dnode_contextify.cc274 v8_context->AllowCodeGenerationFromStrings(false); in New()
/third_party/node/deps/v8/src/api/
Dapi.cc6513 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context