| Package | Description |
|---|---|
| org.htmlunit.corejs.javascript.ast | |
| org.htmlunit.corejs.javascript.optimizer |
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
AstNode.getEnclosingFunction()
Returns the innermost enclosing function, or
null if not in a function. |
FunctionNode |
ScriptNode.getFunctionNode(int i) |
| Modifier and Type | Method and Description |
|---|---|
List<FunctionNode> |
ScriptNode.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScriptNode.addFunction(FunctionNode fnNode)
Adds a
FunctionNode to the functions table for codegen. |
int |
FunctionNode.addFunction(FunctionNode fnNode) |
| Modifier and Type | Field and Description |
|---|---|
FunctionNode |
OptFunctionNode.fnode |
Copyright © 2023 HtmlUnit. All rights reserved.