Uses of Class
org.htmlunit.corejs.javascript.ObjArray
-
Packages that use ObjArray Package Description org.htmlunit.corejs.classfile org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.optimizer org.htmlunit.corejs.javascript.tools.debugger -
-
Uses of ObjArray in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as ObjArray Modifier and Type Field Description private ObjArrayClassFileWriter. itsBootstrapMethodsprivate ObjArrayClassFileWriter. itsFieldsprivate ObjArrayClassFileWriter. itsInterfacesprivate ObjArrayClassFileWriter. itsMethodsprivate ObjArrayClassFileWriter. itsVarDescriptors -
Uses of ObjArray in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as ObjArray Modifier and Type Field Description private ObjArrayCodeGenerator. literalIdsprivate ObjArrayNodeTransformer. loopEndsprivate ObjArrayNodeTransformer. loops(package private) ObjArrayContext. previousInterpreterInvocations -
Uses of ObjArray in org.htmlunit.corejs.javascript.optimizer
Fields in org.htmlunit.corejs.javascript.optimizer declared as ObjArray Modifier and Type Field Description private ObjArrayCodegen. directCallTargetsprivate ObjArrayOptTransformer. directCallTargetsMethods in org.htmlunit.corejs.javascript.optimizer with parameters of type ObjArray Modifier and Type Method Description private static voidOptimizer. buildStatementList_r(Node node, ObjArray statements)private static voidCodegen. collectScriptNodes_r(ScriptNode n, ObjArray x)Constructors in org.htmlunit.corejs.javascript.optimizer with parameters of type ObjArray Constructor Description OptTransformer(java.util.Map<java.lang.String,OptFunctionNode> possibleDirectCalls, ObjArray directCallTargets) -
Uses of ObjArray in org.htmlunit.corejs.javascript.tools.debugger
Fields in org.htmlunit.corejs.javascript.tools.debugger declared as ObjArray Modifier and Type Field Description private ObjArrayDim.ContextData. frameStackThe stack frames.Methods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type ObjArray Modifier and Type Method Description private static voidDim. collectFunctions_r(DebuggableScript function, ObjArray array)Helper function forDim.getAllFunctions(DebuggableScript).
-