Home
last modified time | relevance | path

Searched refs:IsCodeGenerationFromStringsAllowed (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-context.h238 bool IsCodeGenerationFromStringsAllowed() const;
/third_party/node/src/api/
Denvironment.cc605 context->IsCodeGenerationFromStringsAllowed(); in InitializeContextRuntime()
/third_party/node/deps/v8/src/inspector/
Dinjected-script.cc948 if (m_context->IsCodeGenerationFromStringsAllowed()) return; in allowCodeGenerationFromStrings()
/third_party/node/deps/v8/src/api/
Dapi.cc6522 bool Context::IsCodeGenerationFromStringsAllowed() const { in IsCodeGenerationFromStringsAllowed() function in v8::Context
/third_party/node/doc/changelogs/
DCHANGELOG_V18.md2572 …ode/commit/0f4e98ba2c)] - **src**: restore context default IsCodeGenerationFromStringsAllowed valu…