Home
last modified time | relevance | path

Searched refs:SingleCharTable (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Decma_string_table.h180 class SingleCharTable : public TaggedArray { class
182 static SingleCharTable *Cast(TaggedObject *object) in Cast()
184 return reinterpret_cast<SingleCharTable*>(object); in Cast()
192 SingleCharTable() = default;
193 ~SingleCharTable() = default;
194 NO_COPY_SEMANTIC(SingleCharTable);
195 NO_MOVE_SEMANTIC(SingleCharTable);
H A Dglobal_env_constants.cpp271 SetConstant(ConstantIndex::SINGLE_CHAR_TABLE_INDEX, SingleCharTable::CreateSingleCharTable(thread)); in InitSharedMiscellanious()
H A Decma_string_table.cpp617 JSTaggedValue SingleCharTable::CreateSingleCharTable(JSThread *thread) in CreateSingleCharTable()
H A Dobject_factory.h900 friend class SingleCharTable;
H A Decma_string.cpp165 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in GetSubString()
H A Dglobal_env_constants.h681 V(JSTaggedValue, SingleCharTable, SINGLE_CHAR_TABLE_INDEX, ecma_roots_special) \
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_string_iterator.cpp71 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in NextInternal()
H A Dbuiltins_symbol.cpp95 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in SymbolDescriptiveString()
H A Dbuiltins_string.cpp96 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in FromCharCode()
257 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable()); in CharAt()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dnumber_helper.cpp143 JSHandle<SingleCharTable> singleCharTable(thread, thread->GetSingleCharTable());

Completed in 17 milliseconds