Uses of Class
org.mozilla.javascript.InterpreterData
Packages that use InterpreterData
-
Uses of InterpreterData in org.mozilla.javascript
Fields in org.mozilla.javascript declared as InterpreterDataModifier and TypeFieldDescription(package private) InterpreterData
InterpretedFunction.idata
(package private) final InterpreterData
Interpreter.CallFrame.idata
private InterpreterData
CodeGenerator.itsData
(package private) InterpreterData
Interpreter.itsData
(package private) InterpreterData[]
InterpreterData.itsNestedFunctions
(package private) InterpreterData
InterpreterData.parentData
Methods in org.mozilla.javascript that return InterpreterDataModifier and TypeMethodDescriptionCodeGenerator.compile
(CompilerEnvirons compilerEnv, ScriptNode tree, String encodedSource, boolean returnFunction) Methods in org.mozilla.javascript with parameters of type InterpreterDataModifier and TypeMethodDescriptionprivate static boolean
Interpreter.compareIdata
(InterpreterData i1, InterpreterData i2) (package private) static InterpretedFunction
InterpretedFunction.createFunction
(Context cx, Scriptable scope, InterpreterData idata, Object staticSecurityDomain) Create function compiled from Function(...) constructor.(package private) static InterpretedFunction
InterpretedFunction.createScript
(InterpreterData idata, Object staticSecurityDomain) Create script from compiled bytecode.(package private) static void
Interpreter.dumpICode
(InterpreterData idata) (package private) static String
Interpreter.getEncodedSource
(InterpreterData idata) (package private) static int[]
Interpreter.getLineNumbers
(InterpreterData data) Constructors in org.mozilla.javascript with parameters of type InterpreterDataModifierConstructorDescriptionprivate
InterpretedFunction
(InterpreterData idata, Object staticSecurityDomain) (package private)
InterpreterData
(InterpreterData parent)