Class LazyLoadSlot
java.lang.Object
org.mozilla.javascript.Slot
org.mozilla.javascript.LazyLoadSlot
- All Implemented Interfaces:
Serializable
This is a specialization of Slot to store values that are retrieved via calls to script
functions. It's used to load built-in objects more efficiently.
- See Also:
-
Field Summary
Fields inherited from class Slot
indexOrHash, name, next, orderedNext, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Slot
getAttributes, getGetterFunction, getPropertyDescriptor, getSetterFunction, isSetterSlot, isValueSlot, setAttributes, setValue, throwNoSetterException