Searched refs:evalIsDisabled (Results 1 – 1 of 1) sorted by relevance
292 bool evalIsDisabled = !scope.context()->IsCodeGenerationFromStringsAllowed(); in evaluate() local294 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(true); in evaluate()303 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(false); in evaluate()