Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc294 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(true); in evaluate()
303 if (evalIsDisabled) scope.context()->AllowCodeGenerationFromStrings(false); in evaluate()
/external/v8/include/
Dv8.h8233 void AllowCodeGenerationFromStrings(bool allow);
/external/v8/src/
Dapi.cc6487 void Context::AllowCodeGenerationFromStrings(bool allow) { in AllowCodeGenerationFromStrings() function in v8::Context