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) InterpreterDataInterpretedFunction.idata(package private) final InterpreterDataInterpreter.CallFrame.idataprivate InterpreterDataCodeGenerator.itsData(package private) InterpreterDataInterpreter.itsData(package private) InterpreterData[]InterpreterData.itsNestedFunctions(package private) InterpreterDataInterpreterData.parentDataMethods 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 booleanInterpreter.compareIdata(InterpreterData i1, InterpreterData i2) (package private) static InterpretedFunctionInterpretedFunction.createFunction(Context cx, Scriptable scope, InterpreterData idata, Object staticSecurityDomain) Create function compiled from Function(...) constructor.(package private) static InterpretedFunctionInterpretedFunction.createScript(InterpreterData idata, Object staticSecurityDomain) Create script from compiled bytecode.(package private) static voidInterpreter.dumpICode(InterpreterData idata) (package private) static StringInterpreter.getEncodedSource(InterpreterData idata) (package private) static int[]Interpreter.getLineNumbers(InterpreterData data) Constructors in org.mozilla.javascript with parameters of type InterpreterDataModifierConstructorDescriptionprivateInterpretedFunction(InterpreterData idata, Object staticSecurityDomain) (package private)InterpreterData(InterpreterData parent)