Uses of Class
org.htmlunit.corejs.javascript.InterpreterData
-
Packages that use InterpreterData Package Description org.htmlunit.corejs.javascript -
-
Uses of InterpreterData in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as InterpreterData Modifier and Type Field Description (package private) InterpreterDataInterpretedFunction. idata(package private) InterpreterDataInterpreter.CallFrame. idataprivate InterpreterDataCodeGenerator. itsData(package private) InterpreterDataInterpreter. itsData(package private) InterpreterData[]InterpreterData. itsNestedFunctions(package private) InterpreterDataInterpreterData. parentDataMethods in org.htmlunit.corejs.javascript that return InterpreterData Modifier and Type Method Description InterpreterDataCodeGenerator. compile(CompilerEnvirons compilerEnv, ScriptNode tree, java.lang.String encodedSource, boolean returnFunction)Methods in org.htmlunit.corejs.javascript with parameters of type InterpreterData Modifier and Type Method Description private static booleanInterpreter. compareIdata(InterpreterData i1, InterpreterData i2)(package private) static InterpretedFunctionInterpretedFunction. createFunction(Context cx, Scriptable scope, InterpreterData idata, java.lang.Object staticSecurityDomain)Create function compiled from Function(...) constructor.(package private) static InterpretedFunctionInterpretedFunction. createScript(InterpreterData idata, java.lang.Object staticSecurityDomain)Create script from compiled bytecode.(package private) static voidInterpreter. dumpICode(InterpreterData idata)(package private) static java.lang.StringInterpreter. getEncodedSource(InterpreterData idata)(package private) static int[]Interpreter. getLineNumbers(InterpreterData data)Constructors in org.htmlunit.corejs.javascript with parameters of type InterpreterData Constructor Description InterpretedFunction(InterpreterData idata, java.lang.Object staticSecurityDomain)InterpreterData(InterpreterData parent)
-