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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java210 * {@link #getInvokerOrConstructor(boolean)}. However, if the function is optimistic, then this handle will
574 final MethodHandle handle = getInvokerOrConstructor(isConstructor);
646 return inv.getInvokerOrConstructor(constructor);
661 private MethodHandle getInvokerOrConstructor(final boolean selectCtor) { method in class:CompiledFunction

Completed in 35 milliseconds