< prev index next >

src/jdk/nashorn/internal/codegen/ObjectClassGenerator.java

Print this page

        

*** 67,77 **** import jdk.nashorn.internal.runtime.Undefined; import jdk.nashorn.internal.runtime.UnwarrantedOptimismException; import jdk.nashorn.internal.runtime.logging.DebugLogger; import jdk.nashorn.internal.runtime.logging.Loggable; import jdk.nashorn.internal.runtime.logging.Logger; - import jdk.nashorn.internal.runtime.options.Options; /** * Generates the ScriptObject subclass structure with fields for a user objects. */ @Logger(name="fields") --- 67,76 ----
< prev index next >