Package org.htmlunit.corejs.javascript
Class Parser.PerFunctionVariables
- java.lang.Object
-
- org.htmlunit.corejs.javascript.Parser.PerFunctionVariables
-
- Enclosing class:
- Parser
protected class Parser.PerFunctionVariables extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private Scope
savedCurrentScope
private ScriptNode
savedCurrentScriptOrFn
private int
savedEndFlags
private boolean
savedInForInit
private java.util.Map<java.lang.String,LabeledStatement>
savedLabelSet
private java.util.List<Jump>
savedLoopAndSwitchSet
private java.util.List<Loop>
savedLoopSet
-
Constructor Summary
Constructors Constructor Description PerFunctionVariables(FunctionNode fnNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) void
restore()
-
-
-
Field Detail
-
savedCurrentScriptOrFn
private ScriptNode savedCurrentScriptOrFn
-
savedCurrentScope
private Scope savedCurrentScope
-
savedEndFlags
private int savedEndFlags
-
savedInForInit
private boolean savedInForInit
-
savedLabelSet
private java.util.Map<java.lang.String,LabeledStatement> savedLabelSet
-
savedLoopSet
private java.util.List<Loop> savedLoopSet
-
savedLoopAndSwitchSet
private java.util.List<Jump> savedLoopAndSwitchSet
-
-
Constructor Detail
-
PerFunctionVariables
PerFunctionVariables(FunctionNode fnNode)
-
-