Uses of Class
org.htmlunit.corejs.javascript.ObjArray
Packages that use ObjArray
Package
Description
-
Uses of ObjArray in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as ObjArrayModifier and TypeFieldDescriptionprivate 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 ObjArrayModifier and TypeFieldDescriptionprivate 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 ObjArrayModifier and TypeFieldDescriptionprivate ObjArrayCodegen.directCallTargetsprivate ObjArrayOptTransformer.directCallTargetsMethods in org.htmlunit.corejs.javascript.optimizer with parameters of type ObjArrayModifier and TypeMethodDescriptionprivate 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 ObjArrayModifierConstructorDescription(package private)OptTransformer(Map<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 ObjArrayMethods in org.htmlunit.corejs.javascript.tools.debugger with parameters of type ObjArrayModifier and TypeMethodDescriptionprivate static voidDim.collectFunctions_r(DebuggableScript function, ObjArray array) Helper function forDim.getAllFunctions(DebuggableScript).