Package org.mozilla.javascript.optimizer


package org.mozilla.javascript.optimizer
  • Class
    Description
    The Bootstrapper contains the method that is called by invokedynamic instructions in the bytecode to map a call site to a method.
    Generates class files from script sources.
    This class generates code for a given IR tree.
     
     
     
    A list of namespaces for operations that are specific to Rhino, on top of standard namespaces like "Property".
    A list of operation types used that are specific to Rhino, in addition to standard operations like GET and SET...