Uses of Class
org.mozilla.javascript.InterpreterData
-
Packages that use InterpreterData Package Description org.mozilla.javascript -
-
Uses of InterpreterData in org.mozilla.javascript
Fields in org.mozilla.javascript declared as InterpreterData Modifier and Type Field Description (package private) InterpreterData
InterpretedFunction. idata
(package private) 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 InterpreterData Modifier and Type Method Description InterpreterData
CodeGenerator. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)
Methods in org.mozilla.javascript with parameters of type InterpreterData Modifier and Type Method Description private static boolean
Interpreter. compareIdata(InterpreterData i1, InterpreterData i2)
(package private) static InterpretedFunction
InterpretedFunction. createFunction(Context cx, Scriptable scope, InterpreterData idata, java.lang.Object staticSecurityDomain)
Create function compiled from Function(...) constructor.(package private) static InterpretedFunction
InterpretedFunction. createScript(InterpreterData idata, java.lang.Object staticSecurityDomain)
Create script from compiled bytecode.(package private) static void
Interpreter. dumpICode(InterpreterData idata)
(package private) static java.lang.String
Interpreter. getEncodedSource(InterpreterData idata)
(package private) static int[]
Interpreter. getLineNumbers(InterpreterData data)
Constructors in org.mozilla.javascript with parameters of type InterpreterData Constructor Description InterpretedFunction(InterpreterData idata, java.lang.Object staticSecurityDomain)
InterpreterData(InterpreterData parent)
-