v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::internal::NumberDictionary Member List

This is the complete list of members for v8::internal::NumberDictionary, including all inherited members.

CopyValuesTo(Tagged< FixedArray > elements)v8::internal::NumberDictionary
GetMap(RootsTable &roots)v8::internal::NumberDictionaryinlinestatic
kEntryDetailsIndexv8::internal::NumberDictionarystatic
kEntryValueIndexv8::internal::NumberDictionarystatic
kMaxNumberKeyIndexv8::internal::NumberDictionarystatic
kPreferFastElementsSizeFactorv8::internal::NumberDictionarystatic
kRequiresSlowElementsLimitv8::internal::NumberDictionarystatic
kRequiresSlowElementsMaskv8::internal::NumberDictionarystatic
kRequiresSlowElementsTagSizev8::internal::NumberDictionarystatic
max_number_key()v8::internal::NumberDictionaryinline
requires_slow_elements()v8::internal::NumberDictionaryinline
Set(Isolate *isolate, HandleType< NumberDictionary > dictionary, uint32_t key, DirectHandle< Object > value, DirectHandle< JSObject > dictionary_holder=DirectHandle< JSObject >::null(), PropertyDetails details=PropertyDetails::Empty())v8::internal::NumberDictionarystatic
Set(Isolate *isolate, HandleType< NumberDictionary > dictionary, uint32_t key, DirectHandle< Object > value, DirectHandle< JSObject > dictionary_holder, PropertyDetails details)v8::internal::NumberDictionary
set_requires_slow_elements()v8::internal::NumberDictionaryinline
UncheckedSet(Isolate *isolate, DirectHandle< NumberDictionary > dictionary, uint32_t key, DirectHandle< Object > value)v8::internal::NumberDictionarystatic
UpdateMaxNumberKey(uint32_t key, DirectHandle< JSObject > dictionary_holder)v8::internal::NumberDictionary