Uses of Class
org.mozilla.javascript.ScriptableObject.SlotAccess
-
Packages that use ScriptableObject.SlotAccess Package Description org.mozilla.javascript -
-
Uses of ScriptableObject.SlotAccess in org.mozilla.javascript
Methods in org.mozilla.javascript that return ScriptableObject.SlotAccess Modifier and Type Method Description static ScriptableObject.SlotAccess
ScriptableObject.SlotAccess. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ScriptableObject.SlotAccess[]
ScriptableObject.SlotAccess. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.mozilla.javascript with parameters of type ScriptableObject.SlotAccess Modifier and Type Method Description private ScriptableObject.Slot
EmbeddedSlotMap. createSlot(java.lang.Object key, int indexOrHash, ScriptableObject.SlotAccess accessType, ScriptableObject.Slot existingSlot)
private ScriptableObject.Slot
HashSlotMap. createSlot(java.lang.Object key, int index, java.lang.Object name, ScriptableObject.SlotAccess accessType)
private ScriptableObject.Slot
ScriptableObject. findAttributeSlot(java.lang.String name, int index, ScriptableObject.SlotAccess accessType)
private ScriptableObject.Slot
ScriptableObject. findAttributeSlot(Symbol key, ScriptableObject.SlotAccess accessType)
ScriptableObject.Slot
EmbeddedSlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)
Locate the slot with given name or index.ScriptableObject.Slot
HashSlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)
ScriptableObject.Slot
SlotMap. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)
Return the Slot that matches EITHER "key" or "index".ScriptableObject.Slot
SlotMapContainer. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)
ScriptableObject.Slot
ThreadSafeSlotMapContainer. get(java.lang.Object key, int index, ScriptableObject.SlotAccess accessType)
protected ScriptableObject.Slot
ScriptableObject. getSlot(Context cx, java.lang.Object id, ScriptableObject.SlotAccess accessType)
-