Home
last modified time | relevance | path

Searched defs:NativeIterator (Results 1 – 22 of 22) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/js/src/vm/
H A DIteration.h26 struct NativeIterator { struct
48 // while constructing this NativeIterator, the end of the full allocation argument
60 // NativeIterator have been initialized, such that |guardsEnd_|, in argument
100 NativeIterator* next_ = nullptr; argument
131 static_assert(alignof(HeapReceiverGuard) <= alignof(NativeIterator), in guardsBegin() argument
150 "NativeIterator, with no padding space required for " in propertiesBegin() argument
190 // this NativeIterator is reusable. (Should we not bother resetting in resetPropertyCursorForReuse() argument
224 NativeIterator* next() { return next_; } in next() argument
226 void incCursor() { in incCursor()
282 // Cached NativeIterators are reusable if they're not currently active in isReusable() argument
[all …]
H A DIteration.cpp643 NativeIterator::NativeIterator() { in NativeIterator() function in NativeIterator
673 NativeIterator::NativeIterator(JSContext* cx, in NativeIterator() function in NativeIterator
/dports/www/firefox-esr/firefox-91.8.0/js/src/vm/
H A DIteration.h26 struct NativeIterator { struct
47 // while constructing this NativeIterator, the end of the full allocation argument
59 // NativeIterator have been initialized, such that |shapesEnd_|, in argument
113 // No further fields appear after here *in NativeIterator*, but this class argument
139 static_assert(alignof(GCPtrShape) <= alignof(NativeIterator), in shapesBegin() argument
156 "directly after any GCPtrShapes after this NativeIterator, " in propertiesBegin() argument
196 // this NativeIterator is reusable. (Should we not bother resetting in resetPropertyCursorForReuse() argument
230 NativeIterator* next() { return next_; } in next() argument
232 void incCursor() { in incCursor()
295 // Cached NativeIterators are reusable if they're not currently active in isReusable() argument
[all …]
H A DIteration.cpp655 NativeIterator::NativeIterator() { in NativeIterator() function in NativeIterator
689 NativeIterator::NativeIterator(JSContext* cx, in NativeIterator() function in NativeIterator
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/vm/
H A DIteration.h26 struct NativeIterator { struct
47 // while constructing this NativeIterator, the end of the full allocation argument
59 // NativeIterator have been initialized, such that |shapesEnd_|, in argument
113 // No further fields appear after here *in NativeIterator*, but this class argument
139 static_assert(alignof(GCPtrShape) <= alignof(NativeIterator), in shapesBegin() argument
156 "directly after any GCPtrShapes after this NativeIterator, " in propertiesBegin() argument
196 // this NativeIterator is reusable. (Should we not bother resetting in resetPropertyCursorForReuse() argument
230 NativeIterator* next() { return next_; } in next() argument
232 void incCursor() { in incCursor()
295 // Cached NativeIterators are reusable if they're not currently active in isReusable() argument
[all …]
H A DIteration.cpp655 NativeIterator::NativeIterator() { in NativeIterator() function in NativeIterator
689 NativeIterator::NativeIterator(JSContext* cx, in NativeIterator() function in NativeIterator
/dports/www/firefox/firefox-99.0/js/src/vm/
H A DIteration.h26 struct NativeIterator { struct
47 // while constructing this NativeIterator, the end of the full allocation argument
59 // NativeIterator have been initialized, such that |shapesEnd_|, in argument
113 // No further fields appear after here *in NativeIterator*, but this class argument
139 static_assert(alignof(GCPtrShape) <= alignof(NativeIterator), in shapesBegin() argument
156 "directly after any GCPtrShapes after this NativeIterator, " in propertiesBegin() argument
196 // this NativeIterator is reusable. (Should we not bother resetting in resetPropertyCursorForReuse() argument
230 NativeIterator* next() { return next_; } in next() argument
232 void incCursor() { in incCursor()
311 // Cached NativeIterators are reusable if they're not currently active in isReusable() argument
[all …]
H A DIteration.cpp796 NativeIterator::NativeIterator() { in NativeIterator() function in NativeIterator
830 NativeIterator::NativeIterator(JSContext* cx, in NativeIterator() function in NativeIterator
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/
H A Djsiter.h31 struct NativeIterator struct
45 NativeIterator* next_; argument
46 NativeIterator* prev_; argument
49 bool isKeyIter() const { in isKeyIter()
73 NativeIterator* next() { in next() argument
78 return offsetof(NativeIterator, next_); in offsetOfNext() argument
81 return offsetof(NativeIterator, prev_); in offsetOfPrev() argument
87 void link(NativeIterator* other) { in link() argument
106 static NativeIterator* allocateSentinel(JSContext* maybecx); argument
113 static void destroy(NativeIterator* iter) { in destroy() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/
H A Djsiter.h33 struct NativeIterator struct
47 NativeIterator* next_; argument
48 NativeIterator* prev_; argument
51 bool isKeyIter() const { in isKeyIter()
75 NativeIterator* next() { in next() argument
80 return offsetof(NativeIterator, next_); in offsetOfNext() argument
83 return offsetof(NativeIterator, prev_); in offsetOfPrev() argument
89 void link(NativeIterator* other) { in link() argument
108 static NativeIterator* allocateSentinel(JSContext* maybecx); argument
116 static void destroy(NativeIterator* iter) { in destroy() argument
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/vm/
H A DIteration.h32 struct NativeIterator { struct
45 NativeIterator* next_; argument
46 NativeIterator* prev_; argument
61 NativeIterator* next() { return next_; } in next() argument
64 return offsetof(NativeIterator, next_); in offsetOfNext() argument
67 return offsetof(NativeIterator, prev_); in offsetOfPrev() argument
71 void link(NativeIterator* other) { in link() argument
87 static NativeIterator* allocateSentinel(JSContext* maybecx); argument
96 static void destroy(NativeIterator* iter) { js_free(iter); } in destroy() argument
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/files/
H A Djuce_DirectoryIterator.h121 struct NativeIterator struct
133 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (NativeIterator) argument
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/files/
H A Djuce_DirectoryIterator.h121 struct NativeIterator struct
133 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (NativeIterator) argument
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/files/
H A Djuce_DirectoryIterator.h121 struct NativeIterator struct
133 JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (NativeIterator) argument
/dports/lang/rhino/rhino1_7R4/src/org/mozilla/javascript/
H A DNativeIterator.java17 public final class NativeIterator extends IdScriptableObject { class
45 private NativeIterator() { in NativeIterator() method in NativeIterator
48 private NativeIterator(Object objectIterator) { in NativeIterator() method in NativeIterator
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp128 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCardStr) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
H A Djuce_win32_Files.cpp928 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCard) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp128 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCardStr) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
H A Djuce_win32_Files.cpp928 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCard) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/native/
H A Djuce_linux_CommonFile.cpp128 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCardStr) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
H A Djuce_win32_Files.cpp928 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCard) in NativeIterator() function in juce::DirectoryIterator::NativeIterator
/dports/audio/carla/Carla-2.4.1/source/modules/water/files/
H A DFile.cpp1690 DirectoryIterator::NativeIterator::NativeIterator (const File& directory, const String& wildCardStr) in NativeIterator() function in water::DirectoryIterator::NativeIterator