public void setGenerateDebugInfo(boolean flag)(Code)
setGeneratingSource
public void setGeneratingSource(boolean generatingSource)(Code)
Specify whether or not source information should be generated.
Without source information, evaluating the "toString" method
on JavaScript functions produces only "[native code]" for
the body of the function.
Note that code generated without source is not fully ECMA
conformant.
setLanguageVersion
public void setLanguageVersion(int languageVersion)(Code)