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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java92 return new CompiledFunction(MH.insertArguments(invoker, 0, false), createConstructorFromInvoker(MH.insertArguments(invoker, 0, true)), specialization);
135 return new CompiledFunction(MH.insertArguments(invoker, 0, false), createConstructorFromInvoker(MH.insertArguments(invoker, 0, true)), null);
229 constructor = createConstructorFromInvoker(createInvokerForPessimisticCaller());
250 private static MethodHandle createConstructorFromInvoker(final MethodHandle invoker) { method in class:CompiledFunction

Completed in 96 milliseconds