Home
last modified time | relevance | path

Searched refs:RootedIterator (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DSavedFrame.h77 class MOZ_STACK_CLASS RootedIterator {
81 explicit RootedIterator() : range_(nullptr) {} in RootedIterator() function
84 explicit RootedIterator(RootedRange& range) : range_(&range) {} in RootedIterator() function
89 bool operator!=(const RootedIterator& rhs) const {
99 friend class RootedIterator; variable
104 RootedIterator begin() { return RootedIterator(*this); } in begin()
105 RootedIterator end() { return RootedIterator(); } in end()
230 inline void SavedFrame::RootedIterator::operator++() {
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DSavedFrame.h78 class MOZ_STACK_CLASS RootedIterator {
82 explicit RootedIterator() : range_(nullptr) {} in RootedIterator() function
85 explicit RootedIterator(RootedRange& range) : range_(&range) {} in RootedIterator() function
90 bool operator!=(const RootedIterator& rhs) const {
100 friend class RootedIterator; variable
105 RootedIterator begin() { return RootedIterator(*this); } in begin()
106 RootedIterator end() { return RootedIterator(); } in end()
231 inline void SavedFrame::RootedIterator::operator++() {
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DSavedFrame.h67 class MOZ_STACK_CLASS RootedIterator {
71 explicit RootedIterator() : range_(nullptr) {} in RootedIterator() function
74 explicit RootedIterator(RootedRange& range) : range_(&range) {} in RootedIterator() function
79 bool operator!=(const RootedIterator& rhs) const {
89 friend class RootedIterator; variable
94 RootedIterator begin() { return RootedIterator(*this); } in begin()
95 RootedIterator end() { return RootedIterator(); } in end()
228 inline void SavedFrame::RootedIterator::operator++() {
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DSavedFrame.h77 class MOZ_STACK_CLASS RootedIterator {
81 explicit RootedIterator() : range_(nullptr) {} in RootedIterator() function
84 explicit RootedIterator(RootedRange& range) : range_(&range) {} in RootedIterator() function
89 bool operator!=(const RootedIterator& rhs) const {
99 friend class RootedIterator; variable
104 RootedIterator begin() { return RootedIterator(*this); } in begin()
105 RootedIterator end() { return RootedIterator(); } in end()
230 inline void SavedFrame::RootedIterator::operator++() {
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DSavedFrame.h76 class MOZ_STACK_CLASS RootedIterator {
80 explicit RootedIterator() : range_(nullptr) {} in RootedIterator() function
83 explicit RootedIterator(RootedRange& range) : range_(&range) {} in RootedIterator() function
88 bool operator!=(const RootedIterator& rhs) const {
98 friend class RootedIterator; variable
103 RootedIterator begin() { return RootedIterator(*this); } in begin()
104 RootedIterator end() { return RootedIterator(); } in end()
229 inline void SavedFrame::RootedIterator::operator++() {
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/vm/
H A DSavedFrame.h94 class MOZ_STACK_CLASS RootedIterator {
98 explicit RootedIterator() : range_(nullptr) { } in RootedIterator() function
101 explicit RootedIterator(RootedRange& range) : range_(&range) { } in RootedIterator() function
103 bool operator!=(const RootedIterator& rhs) const {
113 friend class RootedIterator; variable
118 RootedIterator begin() { return RootedIterator(*this); } in begin()
119 RootedIterator end() { return RootedIterator(); } in end()
251 SavedFrame::RootedIterator::operator++()
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/vm/
H A DSavedFrame.h98 class MOZ_STACK_CLASS RootedIterator {
102 explicit RootedIterator() : range_(nullptr) { }
105 explicit RootedIterator(RootedRange& range) : range_(&range) { }
107 bool operator!=(const RootedIterator& rhs) const {
117 friend class RootedIterator;
122 RootedIterator begin() { return RootedIterator(*this); }
123 RootedIterator end() { return RootedIterator(); }
265 SavedFrame::RootedIterator::operator++()