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