src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/MethodEmitter.java
changeset 49145 2854589fd853
parent 48354 c96d4c720995
equal deleted inserted replaced
49144:71bc133f25ea 49145:2854589fd853
  2055         pushType(get2n().rem(method, programPoint));
  2055         pushType(get2n().rem(method, programPoint));
  2056         return this;
  2056         return this;
  2057     }
  2057     }
  2058 
  2058 
  2059     /**
  2059     /**
  2060      * Retrieve the top <tt>count</tt> types on the stack without modifying it.
  2060      * Retrieve the top <code>count</code> types on the stack without modifying it.
  2061      *
  2061      *
  2062      * @param count number of types to return
  2062      * @param count number of types to return
  2063      * @return array of Types
  2063      * @return array of Types
  2064      */
  2064      */
  2065     protected Type[] getTypesFromStack(final int count) {
  2065     protected Type[] getTypesFromStack(final int count) {