AllowCodeGenerationFromStrings 3646 include/v8.h     void AllowCodeGenerationFromStrings(bool allow);
AllowCodeGenerationFromStrings 16131 test/cctest/test-api.cc   context->AllowCodeGenerationFromStrings(false);
AllowCodeGenerationFromStrings 16136 test/cctest/test-api.cc   context->AllowCodeGenerationFromStrings(true);
AllowCodeGenerationFromStrings 16140 test/cctest/test-api.cc   context->AllowCodeGenerationFromStrings(false);