| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript | |
| net.sourceforge.htmlunit.corejs.javascript.optimizer |
| Modifier and Type | Class and Description |
|---|---|
class |
Interpreter |
| Modifier and Type | Method and Description |
|---|---|
protected Function |
Context.compileFunction(Scriptable scope,
java.lang.String source,
Evaluator compiler,
ErrorReporter compilationErrorReporter,
java.lang.String sourceName,
int lineno,
java.lang.Object securityDomain) |
protected Script |
Context.compileString(java.lang.String source,
Evaluator compiler,
ErrorReporter compilationErrorReporter,
java.lang.String sourceName,
int lineno,
java.lang.Object securityDomain) |
| Modifier and Type | Class and Description |
|---|---|
class |
Codegen
This class generates code for a given IR tree.
|