5#ifndef V8_HEAP_LOCAL_FACTORY_H_
6#define V8_HEAP_LOCAL_FACTORY_H_
31#define ROOT_ACCESSOR(Type, name, CamelName) inline DirectHandle<Type> name();
51 int NumberToStringCacheHash(
double number);
75 inline AllocationType AllocationTypeForInPlaceInternalizableString();
84 bool a_script_was_added_to_the_script_list_ =
false;
bool CanAllocateInReadOnlySpace()
ReadOnlyRoots read_only_roots() const
DirectHandle< Object > NewInvalidStringLengthError()
DirectHandle< Object > NewRangeError(MessageTemplate template_index)
bool EmptyStringRootIsInitialized()
#define ROOT_ACCESSOR(Type, name, CamelName)
#define ACCESSOR_INFO_ROOT_LIST(V)
#define V8_EXPORT_PRIVATE