| |
|
| java.lang.Object org.mozilla.javascript.InterpreterData
INITIAL_MAX_ICODE_LENGTH | final static int INITIAL_MAX_ICODE_LENGTH(Code) | | |
INITIAL_NUMBERTABLE_SIZE | final static int INITIAL_NUMBERTABLE_SIZE(Code) | | |
INITIAL_STRINGTABLE_SIZE | final static int INITIAL_STRINGTABLE_SIZE(Code) | | |
argIsConst | boolean[] argIsConst(Code) | | |
encodedSourceEnd | int encodedSourceEnd(Code) | | |
encodedSourceStart | int encodedSourceStart(Code) | | |
evalScriptFlag | boolean evalScriptFlag(Code) | | |
firstLinePC | int firstLinePC(Code) | | |
itsDoubleTable | double[] itsDoubleTable(Code) | | |
itsExceptionTable | int[] itsExceptionTable(Code) | | |
itsFunctionType | int itsFunctionType(Code) | | |
itsICode | byte[] itsICode(Code) | | |
itsMaxCalleeArgs | int itsMaxCalleeArgs(Code) | | |
itsMaxFrameArray | int itsMaxFrameArray(Code) | | |
itsMaxLocals | int itsMaxLocals(Code) | | |
itsMaxStack | int itsMaxStack(Code) | | |
itsMaxVars | int itsMaxVars(Code) | | |
itsNeedsActivation | boolean itsNeedsActivation(Code) | | |
languageVersion | int languageVersion(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
topLevel | boolean topLevel(Code) | | |
useDynamicScope | boolean useDynamicScope(Code) | | |
InterpreterData | InterpreterData(int languageVersion, String sourceFile, String encodedSource)(Code) | | |
getFunctionCount | public int getFunctionCount()(Code) | | |
getLineNumbers | public int[] getLineNumbers()(Code) | | |
getParamAndVarCount | public int getParamAndVarCount()(Code) | | |
getParamCount | public int getParamCount()(Code) | | |
getParamOrVarConst | public boolean getParamOrVarConst(int index)(Code) | | |
getParamOrVarName | public String getParamOrVarName(int index)(Code) | | |
isFunction | public boolean isFunction()(Code) | | |
isGeneratedScript | public boolean isGeneratedScript()(Code) | | |
isTopLevel | public boolean isTopLevel()(Code) | | |
|
|
|