Searched refs:string_source (Results 1 – 1 of 1) sorted by relevance
2516 Handle<String> string_source = Handle<String>::cast(original_source); in Compile() local2517 if (!CodeGenerationFromStringsAllowed(isolate, context, string_source)) { in Compile()2520 return {string_source, false}; in Compile()