Uses of Class
org.htmlunit.corejs.javascript.Interpreter.GeneratorState
Packages that use Interpreter.GeneratorState
-
Uses of Interpreter.GeneratorState in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript with parameters of type Interpreter.GeneratorStateModifier and TypeMethodDescriptionprivate static ObjectInterpreter.freezeGenerator(Context cx, Interpreter.CallFrame frame, int stackTop, Interpreter.GeneratorState generatorState, boolean yieldStar) private static ObjectInterpreter.thawGenerator(Interpreter.CallFrame frame, int stackTop, Interpreter.GeneratorState generatorState, int op)