Home
last modified time | relevance | path

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

/external/v8/src/
Dcompiler.h131 static bool CodeGenerationFromStringsAllowed(Isolate* isolate,
Dcompiler.cc1314 bool Compiler::CodeGenerationFromStringsAllowed(Isolate* isolate, in CodeGenerationFromStringsAllowed() function in v8::internal::Compiler
1340 !CodeGenerationFromStringsAllowed(isolate, native_context, source)) { in GetFunctionFromString()
/external/v8/src/runtime/
Druntime-compiler.cc305 !Compiler::CodeGenerationFromStringsAllowed(isolate, native_context, in CompileGlobalEval()