| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript | |
| org.htmlunit.corejs.javascript.optimizer |
| Modifier and Type | Class and Description |
|---|---|
class |
Interpreter |
| Modifier and Type | Method and Description |
|---|---|
protected Function |
Context.compileFunction(Scriptable scope,
String source,
Evaluator compiler,
ErrorReporter compilationErrorReporter,
String sourceName,
int lineno,
Object securityDomain) |
protected Object |
Context.compileImpl(Scriptable scope,
String sourceString,
String sourceName,
int lineno,
Object securityDomain,
boolean returnFunction,
Evaluator compiler,
ErrorReporter compilationErrorReporter) |
protected Script |
Context.compileString(String source,
Evaluator compiler,
ErrorReporter compilationErrorReporter,
String sourceName,
int lineno,
Object securityDomain) |
| Modifier and Type | Class and Description |
|---|---|
class |
Codegen
This class generates code for a given IR tree.
|
Copyright © 2023 HtmlUnit. All rights reserved.