Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc292 bool evalIsDisabled = !scope.context()->IsCodeGenerationFromStringsAllowed(); in evaluate() local
294 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(true); in evaluate()
303 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(false); in evaluate()