Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/codegen/
Dcompiler.cc2516 Handle<String> string_source = Handle<String>::cast(original_source); in Compile() local
2517 if (!CodeGenerationFromStringsAllowed(isolate, context, string_source)) { in Compile()
2520 return {string_source, false}; in Compile()