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

/openjdk7/jdk/src/share/classes/javax/script/
H A DScriptContext.java151 public int getAttributesScope(String name); method in interface:ScriptContext
H A DSimpleScriptContext.java281 public int getAttributesScope(String name) { method in class:SimpleScriptContext
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/
H A DExternalScriptable.java108 int scope = context.getAttributesScope(name);
147 return context.getAttributesScope(name) != -1;
178 int scope = context.getAttributesScope(name);
220 int scope = context.getAttributesScope(name);
/openjdk7/jdk/test/javax/script/
H A DMyContext.java186 public int getAttributesScope(String name) { method in class:MyContext

Completed in 31 milliseconds