• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1PASS. executeSql(null) did not throw an exception
2PASS. executeSql(undefined) did not throw an exception
3PASS. executeSql(0) did not throw an exception
4PASS. executeSql("") did not throw an exception
5PASS. executeSql("", null) did not throw an exception
6PASS. executeSql("", undefined) did not throw an exception
7PASS. executeSql("", []) did not throw an exception
8PASS. executeSql("", [ "arg0" ]) did not throw an exception
9PASS. executeSql("", { }) did not throw an exception
10PASS. executeSql("", { length: 0 }) did not throw an exception
11PASS. executeSql("", { length: 1, 0: "arg0" }) did not throw an exception
12PASS. executeSql("", null, null) did not throw an exception
13PASS. executeSql("", null, undefined) did not throw an exception
14PASS. executeSql("", null, { }) did not throw an exception
15PASS. executeSql("", null, null, null) did not throw an exception
16PASS. executeSql("", null, null, undefined) did not throw an exception
17PASS. executeSql("", null, null, { }) did not throw an exception
18PASS. executeSql() threw an exception as expected.
19PASS. executeSql(throwOnToStringObject) threw an exception as expected.
20PASS. executeSql("", throwOnGetLengthObject) threw an exception as expected.
21PASS. executeSql("", throwOnGetZeroObject) threw an exception as expected.
22PASS. executeSql("", [ throwOnToStringObject ]) threw an exception as expected.
23PASS. executeSql("", 0) threw an exception as expected.
24PASS. executeSql("", "") threw an exception as expected.
25PASS. executeSql("", null, 0) threw an exception as expected.
26PASS. executeSql("", null, "") threw an exception as expected.
27PASS. executeSql("", null, null, 0) threw an exception as expected.
28PASS. executeSql("", null, null, "") threw an exception as expected.
29
30