Files
Android11/external/chromium-libpac/test/js-unittest/unhandled_exception.js
2023-10-13 14:01:41 +00:00

6 lines
124 B
JavaScript

function FindProxyForURL(url, host) {
// This will throw a runtime exception.
return "PROXY x" + undefined_variable;
}