Searched defs:getCallMethodHandle (Results 1 - 2 of 2) sorted by relevance

/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DScriptFunction.java1274 MethodHandle getCallMethodHandle(final MethodType type, final String bindName) { method in class:ScriptFunction
H A DScriptObject.java1116 protected static MethodHandle getCallMethodHandle(final FindProperty find, final MethodType type, final String bindName) { method in class:ScriptObject
1129 private static MethodHandle getCallMethodHandle(final Object value, final MethodType type, final String bindName) { method in class:ScriptObject

Completed in 179 milliseconds