Searched refs:Testobj (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/test/javax/script/
H A DTest2.js1 if (Testobj.getVal() != 'Hello World') {
5 Testobj = "a string";
6 if (Testobj.getVal != undefined ||
7 Testobj != 'a string') {
8 throw "can' change Testobj?";
H A DTest2.java34 public static class Testobj { class in class:Test2
36 public Testobj(String s) { method in class:Test2.Testobj
46 return "Testobj containing " + val;
58 eng.put("Testobj", new Testobj("Hello World"));

Completed in 30 milliseconds