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

/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DBootstrap.java182 throw notFunction(callable);
185 private static ECMAException notFunction(final Object obj) { method in class:Bootstrap
395 throw notFunction(callable);
H A DJavaAdapterBytecodeGenerator.java360 final Label notFunction = new Label();
361 mv.ifeq(notFunction);
365 mv.visitLabel(notFunction);
687 final Label notFunction = new Label();
688 mv.ifeq(notFunction);
705 mv.visitLabel(notFunction);

Completed in 46 milliseconds