Searched refs:staticType (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/src/share/classes/com/sun/script/javascript/ |
H A D | RhinoWrapFactory.java | 72 Object javaObject, Class staticType) { 82 return super.wrapAsJavaObject(cx, scope, javaObject, staticType); 104 return super.wrapAsJavaObject(cx, scope, javaObject, staticType); 121 // staticType which is the type found from environment. For 124 // If the staticType is an interface, we just use that type. 125 if (staticType != null && staticType.isInterface()) { 126 type = staticType; 145 return super.wrapAsJavaObject(cx, scope, javaObject, staticType); 71 wrapAsJavaObject(Context cx, Scriptable scope, Object javaObject, Class staticType) argument
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/ |
H A D | StaticBaseConstructor.java | 38 private Class staticType; field in class:StaticBaseConstructor 41 staticType = t; 44 /** Instantiate a wrapper using staticType */ 50 return (VMObject) VMObjectFactory.newObject(staticType, addr);
|
Completed in 36 milliseconds