allwinner_a64/android/external/chromium-libpac/test/js-unittest/unhandled_exception.js
2018-08-08 16:14:42 +08:00

5 lines
124 B
JavaScript

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