Uses of Class
org.htmlunit.corejs.javascript.SlotMapContainer
-
Packages that use SlotMapContainer Package Description org.htmlunit.corejs.javascript -
-
Uses of SlotMapContainer in org.htmlunit.corejs.javascript
Subclasses of SlotMapContainer in org.htmlunit.corejs.javascript Modifier and Type Class Description (package private) classThreadSafeSlotMapContainerThis class extends the SlotMapContainer so that we have thread-safe access to all the properties of an object.Fields in org.htmlunit.corejs.javascript declared as SlotMapContainer Modifier and Type Field Description private SlotMapContainerScriptableObject. slotMapThis holds all the slots.Methods in org.htmlunit.corejs.javascript that return SlotMapContainer Modifier and Type Method Description private static SlotMapContainerScriptableObject. createSlotMap(int initialSize)
-