Uses of Interface
org.mozilla.javascript.SlotMap.SlotComputer
-
Uses of SlotMap.SlotComputer in org.mozilla.javascript
Modifier and TypeMethodDescription<S extends Slot>
SEmbeddedSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> c) <S extends Slot>
SHashSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> c) <S extends Slot>
SSlotMap.compute
(Object key, int index, SlotMap.SlotComputer<S> compute) Replace the value of key with the slot computed by the "compute" method.