Lines Matching refs:app
32 app.alert("Test that non-existent annot fetch gives error");
35 app.alert("nonesuch: " + typeof nonesuch);
37 app.alert("SUCCESS: " + e);
39 app.alert("Test initial cases");
42 app.alert("annot: " + typeof annot);
43 app.alert("hidden: " + annot.hidden);
44 app.alert("name: " + annot.name);
45 app.alert("type: " + annot.type);
48 app.alert("hidden now: " + annot.hidden);
50 app.alert("hidden now: " + annot.hidden);
53 app.alert("name now: " + annot.name);
55 app.alert("ERROR: " + e);
57 app.alert("Test assigment to read-only property gives error");
61 app.alert("SUCCESS: " + e);
63 app.alert("Test lookup after name change gives error");
66 app.alert("annot after name change: " + typeof annot);
68 app.alert("SUCCESS: " + e);
70 app.alert("Test lookup under changed name");
73 app.alert("nonesuch after name change: " + typeof nonesuch);
75 app.alert("ERROR: " + e);