android_mt6572_jiabo/external/chromium-libpac/test/js-unittest/unhandled_exception.js
2025-09-05 16:56:03 +08:00

5 lines
124 B
JavaScript

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