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

/openjdk7/jdk/test/javax/script/
H A DMyContext.java43 protected Bindings appScope; field in class:MyContext
49 appScope = new SimpleBindings();
64 appScope = bindings;
84 } else if (appScope.containsKey(name)) {
97 return appScope.get(name);
144 appScope.put(name, value);
189 } else if (appScope.containsKey(name)) {
202 return appScope;

Completed in 29 milliseconds