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

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

AllocateRaw(int size, AllocationType allocation, AllocationAlignment alignment=kTaggedAligned)v8::internal::LocalFactoryprivate
AllocateRawArray(int size, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
AllocateRawFixedArray(int length, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
AllocateRawOneByteInternalizedString(int length, uint32_t raw_hash_field)v8::internal::FactoryBase< LocalFactory >
AllocateRawTwoByteInternalizedString(int length, uint32_t raw_hash_field)v8::internal::FactoryBase< LocalFactory >
AllocateRawWeakArrayList(int length, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
AllocateRawWithImmortalMap(int size, AllocationType allocation, Tagged< Map > map, AllocationAlignment alignment=kTaggedAligned)v8::internal::FactoryBase< LocalFactory >protected
AllocationTypeForInPlaceInternalizableString()v8::internal::LocalFactoryinlineprivate
CanAllocateInReadOnlySpace()v8::internal::LocalFactoryinlineprivate
CloneSharedFunctionInfo(DirectHandle< SharedFunctionInfo > other)v8::internal::FactoryBase< LocalFactory >
EmptyStringRootIsInitialized()v8::internal::LocalFactoryinlineprivate
FactoryBase< LocalFactory > classv8::internal::LocalFactoryfriend
GetInPlaceInternalizedStringMap(Tagged< Map > from_string_map)v8::internal::FactoryBase< LocalFactory >
HeapNumberToString(DirectHandle< HeapNumber > number, double value, NumberCacheMode mode=NumberCacheMode::kBoth)v8::internal::FactoryBase< LocalFactory >
impl()v8::internal::FactoryBase< LocalFactory >inlineprivate
InternalizeString(base::Vector< const uint8_t > string, bool convert_encoding=false)v8::internal::FactoryBase< LocalFactory >
InternalizeString(base::Vector< const uint16_t > string, bool convert_encoding=false)v8::internal::FactoryBase< LocalFactory >
InternalizeStringWithKey(StringTableKey *key)v8::internal::FactoryBase< LocalFactory >
isolate()v8::internal::LocalFactoryinlineprivate
kNumberToStringBufferSizev8::internal::FactoryBase< LocalFactory >protectedstatic
LocalFactory(Isolate *isolate)v8::internal::LocalFactoryexplicit
LookupSingleCharacterStringFromCode(uint16_t code)v8::internal::FactoryBase< LocalFactory >
MakeOrFindTwoCharacterString(uint16_t c1, uint16_t c2)v8::internal::FactoryBase< LocalFactory >protected
NewAccessorPair()v8::internal::FactoryBase< LocalFactory >
NewArrayBoilerplateDescription(ElementsKind elements_kind, DirectHandle< FixedArrayBase > constant_values)v8::internal::FactoryBase< LocalFactory >
NewArrayList(int size, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewBigInt(uint32_t length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewByteArray(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewBytecodeArray(int length, const uint8_t *raw_bytecodes, int frame_size, uint16_t parameter_count, uint16_t max_arguments, DirectHandle< TrustedFixedArray > constant_pool, DirectHandle< TrustedByteArray > handler_table, AllocationType allocation=AllocationType::kTrusted)v8::internal::FactoryBase< LocalFactory >
NewBytecodeWrapper(AllocationType allocation=AllocationType::kOld)v8::internal::FactoryBase< LocalFactory >
NewClassPositions(int start, int end)v8::internal::FactoryBase< LocalFactory >
NewCode(const NewCodeOptions &options)v8::internal::FactoryBase< LocalFactory >
NewCodeWrapper()v8::internal::FactoryBase< LocalFactory >
NewConsString(HandleType< String > left, HandleType< String > right, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewConsString(DirectHandle< String > left, DirectHandle< String > right, int length, bool one_byte, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewConsString(HandleType< String > left, HandleType< String > right, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >
NewCoverageInfo(const ZoneVector< SourceRange > &slots)v8::internal::FactoryBase< LocalFactory >
NewDeoptimizationFrameTranslation(int length)v8::internal::FactoryBase< LocalFactory >
NewDeoptimizationLiteralArray(int length)v8::internal::FactoryBase< LocalFactory >
NewDescriptorArray(int number_of_descriptors, int slack=0, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFeedbackMetadata(int slot_count, int create_closure_slot_count, AllocationType allocation=AllocationType::kOld)v8::internal::FactoryBase< LocalFactory >
NewFixedArray(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFixedArrayWithFiller(DirectHandle< Map > map, int length, DirectHandle< HeapObject > filler, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
NewFixedArrayWithHoles(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFixedArrayWithMap(DirectHandle< Map > map, int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFixedArrayWithZeroes(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFixedDoubleArray(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewFunctionTemplateRareData()v8::internal::FactoryBase< LocalFactory >
NewHeapInt32(int32_t value)v8::internal::FactoryBase< LocalFactory >inline
NewHeapNumber(double value)v8::internal::FactoryBase< LocalFactory >inline
NewHeapNumber()v8::internal::FactoryBase< LocalFactory >
NewHeapNumberFromBits(uint64_t bits)v8::internal::FactoryBase< LocalFactory >inline
NewHeapNumberWithHoleNaN()v8::internal::FactoryBase< LocalFactory >inline
NewInvalidStringLengthError()v8::internal::LocalFactoryinline
NewNumber(double value)v8::internal::FactoryBase< LocalFactory >inline
NewNumberFromInt(int32_t value)v8::internal::FactoryBase< LocalFactory >inline
NewNumberFromInt64(int64_t value)v8::internal::FactoryBase< LocalFactory >inline
NewNumberFromSize(size_t value)v8::internal::FactoryBase< LocalFactory >inline
NewNumberFromUint(uint32_t value)v8::internal::FactoryBase< LocalFactory >inline
NewObjectBoilerplateDescription(int boilerplate, int all_properties, int index_keys, bool has_seen_proto)v8::internal::FactoryBase< LocalFactory >
NewOneByteInternalizedString(base::Vector< const uint8_t > str, uint32_t raw_hash_field)v8::internal::FactoryBase< LocalFactory >
NewOneByteInternalizedStringFromTwoByte(base::Vector< const base::uc16 > str, uint32_t raw_hash_field)v8::internal::FactoryBase< LocalFactory >
NewPreparseData(int data_length, int children_length)v8::internal::FactoryBase< LocalFactory >
NewProtectedFixedArray(int length)v8::internal::FactoryBase< LocalFactory >
NewProtectedWeakFixedArray(int length)v8::internal::FactoryBase< LocalFactory >
NewRangeError(MessageTemplate template_index)v8::internal::LocalFactoryinline
NewRawOneByteString(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewRawSharedOneByteString(int length)v8::internal::FactoryBase< LocalFactory >
NewRawSharedTwoByteString(int length)v8::internal::FactoryBase< LocalFactory >
NewRawStringWithMap(int length, Tagged< Map > map, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
NewRawTwoByteString(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewRegExpBoilerplateDescription(DirectHandle< RegExpData > data, DirectHandle< String > source, Tagged< Smi > flags)v8::internal::FactoryBase< LocalFactory >
NewRegExpDataWrapper()v8::internal::FactoryBase< LocalFactory >
NewScopeInfo(int length, AllocationType type=AllocationType::kOld)v8::internal::FactoryBase< LocalFactory >
NewScript(DirectHandle< UnionOf< String, Undefined > > source, ScriptEventType event_type=ScriptEventType::kCreate)v8::internal::FactoryBase< LocalFactory >
NewScriptWithId(DirectHandle< UnionOf< String, Undefined > > source, int script_id, ScriptEventType event_type=ScriptEventType::kCreate)v8::internal::FactoryBase< LocalFactory >
NewSharedFunctionInfo(AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
NewSharedFunctionInfo(MaybeDirectHandle< String > maybe_name, MaybeDirectHandle< HeapObject > maybe_function_data, Builtin builtin, int len, AdaptArguments adapt, FunctionKind kind=FunctionKind::kNormalFunction)v8::internal::FactoryBase< LocalFactory >protected
NewSharedFunctionInfoForLiteral(FunctionLiteral *literal, DirectHandle< Script > script, bool is_toplevel)v8::internal::FactoryBase< LocalFactory >
NewSharedFunctionInfoWrapper(DirectHandle< SharedFunctionInfo > sfi)v8::internal::FactoryBase< LocalFactory >
NewSloppyArgumentsElements(int length, DirectHandle< Context > context, DirectHandle< FixedArray > arguments, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewSourceTextModuleInfo()v8::internal::FactoryBase< LocalFactory >
NewStringFromAsciiChecked(const char *str, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >inline
NewStringFromAsciiChecked(std::string_view str, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >inline
NewStringFromOneByte(base::Vector< const uint8_t > string, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewStruct(InstanceType type, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewStructInternal(InstanceType type, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >inlineprotected
NewStructInternal(ReadOnlyRoots roots, Tagged< Map > map, int size, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
NewSwissNameDictionary(int at_least_space_for=kSwissNameDictionaryInitialCapacity, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewSwissNameDictionaryWithCapacity(int capacity, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >
NewTemplateObjectDescription(DirectHandle< FixedArray > raw_strings, DirectHandle< FixedArray > cooked_strings)v8::internal::FactoryBase< LocalFactory >
NewTrustedByteArray(int length, AllocationType allocation_type=AllocationType::kTrusted)v8::internal::FactoryBase< LocalFactory >
NewTrustedFixedArray(int length, AllocationType allocation=AllocationType::kTrusted)v8::internal::FactoryBase< LocalFactory >
NewTrustedWeakFixedArray(int length)v8::internal::FactoryBase< LocalFactory >
NewTwoByteInternalizedString(base::Vector< const base::uc16 > str, uint32_t raw_hash_field)v8::internal::FactoryBase< LocalFactory >
NewUncompiledDataWithoutPreparseData(Handle< String > inferred_name, int32_t start_position, int32_t end_position)v8::internal::FactoryBase< LocalFactory >
NewUncompiledDataWithoutPreparseDataWithJob(Handle< String > inferred_name, int32_t start_position, int32_t end_position)v8::internal::FactoryBase< LocalFactory >
NewUncompiledDataWithPreparseData(Handle< String > inferred_name, int32_t start_position, int32_t end_position, Handle< PreparseData >)v8::internal::FactoryBase< LocalFactory >
NewUncompiledDataWithPreparseDataAndJob(Handle< String > inferred_name, int32_t start_position, int32_t end_position, Handle< PreparseData >)v8::internal::FactoryBase< LocalFactory >
NewWeakFixedArray(int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewWeakFixedArrayWithMap(Tagged< Map > map, int length, AllocationType allocation=AllocationType::kYoung)v8::internal::FactoryBase< LocalFactory >
NewWithImmortalMap(Tagged< Map > map, AllocationType allocation)v8::internal::FactoryBase< LocalFactory >protected
NumberToString(DirectHandle< Object > number, NumberCacheMode mode=NumberCacheMode::kBoth)v8::internal::FactoryBase< LocalFactory >
NumberToStringCacheGet(Tagged< Object > number, int hash)v8::internal::LocalFactory
NumberToStringCacheHash(Tagged< Smi > number)v8::internal::LocalFactory
NumberToStringCacheHash(double number)v8::internal::LocalFactory
NumberToStringCacheSet(DirectHandle< Object > number, int hash, DirectHandle< String > js_string)v8::internal::LocalFactory
ProcessNewScript(DirectHandle< Script > script, ScriptEventType script_event_type)v8::internal::LocalFactoryprivate
read_only_roots() constv8::internal::LocalFactoryinline
RefineAllocationTypeForInPlaceInternalizableString(AllocationType allocation, Tagged< Map > string_map)v8::internal::FactoryBase< LocalFactory >
roots_v8::internal::LocalFactoryprivate
SmiToString(Tagged< Smi > number, NumberCacheMode mode=NumberCacheMode::kBoth)v8::internal::FactoryBase< LocalFactory >inline
ToBoolean(bool value)v8::internal::FactoryBase< LocalFactory >inline
TorqueGeneratedFactory< Impl >v8::internal::FactoryBase< LocalFactory >private