Uses of Class
org.mozilla.javascript.ObjArray
Packages that use ObjArray
Package
Description
-
Uses of ObjArray in org.mozilla.classfile
Fields in org.mozilla.classfile declared as ObjArrayModifier and TypeFieldDescriptionprivate ObjArray
ClassFileWriter.itsBootstrapMethods
private ObjArray
ClassFileWriter.itsFields
private ObjArray
ClassFileWriter.itsInterfaces
private ObjArray
ClassFileWriter.itsMethods
private ObjArray
ClassFileWriter.itsVarDescriptors
-
Uses of ObjArray in org.mozilla.javascript
Fields in org.mozilla.javascript declared as ObjArrayModifier and TypeFieldDescriptionprivate ObjArray
CodeGenerator.literalIds
private ObjArray
NodeTransformer.loopEnds
private ObjArray
NodeTransformer.loops
(package private) ObjArray
Context.previousInterpreterInvocations
-
Uses of ObjArray in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as ObjArrayModifier and TypeFieldDescriptionprivate ObjArray
Codegen.directCallTargets
private ObjArray
OptTransformer.directCallTargets
Methods in org.mozilla.javascript.optimizer with parameters of type ObjArrayModifier and TypeMethodDescriptionprivate static void
Optimizer.buildStatementList_r
(Node node, ObjArray statements) private static void
Codegen.collectScriptNodes_r
(ScriptNode n, ObjArray x) Constructors in org.mozilla.javascript.optimizer with parameters of type ObjArrayModifierConstructorDescription(package private)
OptTransformer
(Map<String, OptFunctionNode> possibleDirectCalls, ObjArray directCallTargets) -
Uses of ObjArray in org.mozilla.javascript.tools.debugger
Fields in org.mozilla.javascript.tools.debugger declared as ObjArrayMethods in org.mozilla.javascript.tools.debugger with parameters of type ObjArrayModifier and TypeMethodDescriptionprivate static void
Dim.collectFunctions_r
(DebuggableScript function, ObjArray array) Helper function forDim.getAllFunctions(DebuggableScript)
.