Uses of Class
org.htmlunit.corejs.javascript.ObjToIntMap
-
Packages that use ObjToIntMap Package Description org.htmlunit.corejs.classfile org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.optimizer -
-
Uses of ObjToIntMap in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as ObjToIntMap Modifier and Type Field Description private ObjToIntMapConstantPool. itsClassHashprivate ObjToIntMapConstantPool. itsConstantHashprivate ObjToIntMapConstantPool. itsFieldRefHashprivate ObjToIntMapConstantPool. itsMethodRefHashprivate ObjToIntMapConstantPool. itsUtf8Hash -
Uses of ObjToIntMap in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as ObjToIntMap Modifier and Type Field Description private ObjToIntMapTokenStream. allStringsprivate ObjToIntMapCodeGenerator. bigInts(package private) ObjToIntMapContext. iterating(package private) ObjToIntMapObjToIntMap.Iterator. master(package private) ObjToIntMapJavaAdapter.JavaAdapterSignature. namesprivate ObjToIntMapCodeGenerator. strings(package private) ObjToIntMapScriptRuntime.IdEnumeration. usedMethods in org.htmlunit.corejs.javascript that return ObjToIntMap Modifier and Type Method Description private static ObjToIntMapJavaAdapter. getObjectFunctionNames(Scriptable obj)Methods in org.htmlunit.corejs.javascript with parameters of type ObjToIntMap Modifier and Type Method Description private static voidNode. appendPrintId(Node n, ObjToIntMap printIds, java.lang.StringBuilder sb)static byte[]JavaAdapter. createAdapterCode(ObjToIntMap functionNames, java.lang.String adapterName, java.lang.Class<?> superClass, java.lang.Class<?>[] interfaces, java.lang.String scriptClassName)private static voidNode. generatePrintIds(Node n, ObjToIntMap map)private voidNode. toString(ObjToIntMap printIds, java.lang.StringBuilder sb)private static voidNode. toStringTreeHelper(ScriptNode treeTop, Node n, ObjToIntMap printIds, int level, java.lang.StringBuilder sb)Constructors in org.htmlunit.corejs.javascript with parameters of type ObjToIntMap Constructor Description Iterator(ObjToIntMap master)JavaAdapterSignature(java.lang.Class<?> superClass, java.lang.Class<?>[] interfaces, ObjToIntMap names) -
Uses of ObjToIntMap in org.htmlunit.corejs.javascript.optimizer
Fields in org.htmlunit.corejs.javascript.optimizer declared as ObjToIntMap Modifier and Type Field Description private ObjToIntMapBlock.FatBlock. predecessorsprivate ObjToIntMapCodegen. scriptOrFnIndexesprivate ObjToIntMapBlock.FatBlock. successorsMethods in org.htmlunit.corejs.javascript.optimizer with parameters of type ObjToIntMap Modifier and Type Method Description private static Block[]Block.FatBlock. reduceToArray(ObjToIntMap map)
-