Home
last modified time | relevance | path

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

/external/v8/test/cctest/
Dtest-debug.cc2499 env->AllowCodeGenerationFromStrings(false); in TEST()
2563 env->AllowCodeGenerationFromStrings(false); in TEST()
Dtest-api.cc19988 context->AllowCodeGenerationFromStrings(false); in THREADED_TEST()
19993 context->AllowCodeGenerationFromStrings(true); in THREADED_TEST()
19997 context->AllowCodeGenerationFromStrings(false); in THREADED_TEST()
20020 context->AllowCodeGenerationFromStrings(false); in TEST()
/external/v8/include/
Dv8.h6829 void AllowCodeGenerationFromStrings(bool allow);
/external/v8/src/
Dapi.cc5587 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context