Searched defs:has_errors (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/inspector/build/
H A Dcompile-scripts.py58 def has_errors(output): function
153 errors_found |= has_errors(injected_script_compile_out)
158 errors_found |= has_errors(debugger_script_compiler_out)
163 errors_found |= has_errors(validate_injected_script_out)

Completed in 446 milliseconds