Searched refs:wrapAsJavaObject (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/ |
H A D | RhinoWrapFactory.java | 71 public Scriptable wrapAsJavaObject(Context cx, Scriptable scope, method in class:RhinoWrapFactory 82 return super.wrapAsJavaObject(cx, scope, javaObject, staticType); 104 return super.wrapAsJavaObject(cx, scope, javaObject, staticType); 145 return super.wrapAsJavaObject(cx, scope, javaObject, staticType);
|
Completed in 29 milliseconds