Uses of Class
org.htmlunit.corejs.javascript.ast.FunctionNode
Packages that use FunctionNode
Package
Description
-
Uses of FunctionNode in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return FunctionNodeModifier and TypeMethodDescriptionprivate FunctionNodeParser.function(int type) private FunctionNodeParser.function(int type, boolean isGenerator) Methods in org.htmlunit.corejs.javascript with parameters of type FunctionNodeModifier and TypeMethodDescriptionprivate voidParser.arrowFunctionParams(FunctionNode fnNode, AstNode params, Map<String, Node> destructuring, Set<String> paramNames) (package private) Parser.PerFunctionVariablesParser.createPerFunctionVariables(FunctionNode fnNode) (package private) NodeIRFactory.decompileFunctionHeader(FunctionNode fn) private static NodeIRFactory.initFunction(FunctionNode fnNode, int functionIndex, Node statements, int functionType) private AstNodeParser.parseFunctionBody(int type, FunctionNode fnNode) private voidParser.parseFunctionParams(FunctionNode fnNode) private NodeIRFactory.transformFunction(FunctionNode fn) Constructors in org.htmlunit.corejs.javascript with parameters of type FunctionNode -
Uses of FunctionNode in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type FunctionNodeModifier and TypeFieldDescriptionprivate List<FunctionNode> ScriptNode.EMPTY_LISTprivate List<FunctionNode> ScriptNode.functionsMethods in org.htmlunit.corejs.javascript.ast that return FunctionNodeModifier and TypeMethodDescriptionAstNode.getEnclosingFunction()Returns the innermost enclosing function, ornullif not in a function.ScriptNode.getFunctionNode(int i) Methods in org.htmlunit.corejs.javascript.ast that return types with arguments of type FunctionNodeMethods in org.htmlunit.corejs.javascript.ast with parameters of type FunctionNodeModifier and TypeMethodDescriptionintFunctionNode.addFunction(FunctionNode fnNode) intScriptNode.addFunction(FunctionNode fnNode) Adds aFunctionNodeto the functions table for codegen. -
Uses of FunctionNode in org.htmlunit.corejs.javascript.optimizer
Fields in org.htmlunit.corejs.javascript.optimizer declared as FunctionNodeConstructors in org.htmlunit.corejs.javascript.optimizer with parameters of type FunctionNode