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) class
ThreadSafeSlotMapContainer
This 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 SlotMapContainer
ScriptableObject. slotMap
This holds all the slots.Methods in org.htmlunit.corejs.javascript that return SlotMapContainer Modifier and Type Method Description private static SlotMapContainer
ScriptableObject. createSlotMap(int initialSize)
-