- bool isStillValid(WatchpointSet* set)
- {
- return m_sets.isStillValid(set);
- }
- bool isStillValid(InlineWatchpointSet& set)
- {
- return m_inlineSets.isStillValid(&set);
- }
- bool isStillValid(JSArrayBufferView* view)
- {
- return m_bufferViews.isStillValid(view);
- }
- bool shouldAssumeMixedState(WatchpointSet* set)
- {
- return m_sets.shouldAssumeMixedState(set);
- }
- bool shouldAssumeMixedState(InlineWatchpointSet& set)
- {
- return m_inlineSets.shouldAssumeMixedState(&set);
- }
- bool shouldAssumeMixedState(JSArrayBufferView* view)