Lines Matching full:app
37 app.alert("This test passes if alert() logs output under the test utility.");
38 app.alert("message", 1, 2, "title");
39 app.alert({"cMsg": "message", "cTitle": "title"});
40 app.alert({"cMsg": "message", "cTitle": "title", "nIcon": 3, "nType": 4});
41 app.alert(undefined);
42 app.alert(null);
43 app.alert(true);
44 app.alert(false);
45 app.alert(42);
46 app.alert([1, 2, 3]);
47 app.alert([1, 2, {"color": "red"}]);
48 app.alert({"color": "red"}, 5, 6, "title");
50 app.alert();
52 app.alert("Caught expected error " + e);
55 app.alert({});
57 app.alert("Caught expected error " + e);
60 app.alert({"color": "red", "size": 42});
62 app.alert("Caught expected error " + e);