Searched refs:AllowCodeGenerationFromStrings (Results 1 – 3 of 3) sorted by relevance
293 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(true); in evaluate()302 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(false); in evaluate()
8038 void AllowCodeGenerationFromStrings(bool allow);
6297 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context