Home
last modified time | relevance | path

Searched refs:AddArrayTSElements (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dntype_hcr_lowering.cpp163 tsManager_->AddArrayTSElements(id, elements); in LowerNTypedCreateArrayWithBuffer()
/arkcompiler/ets_runtime/ecmascript/ts_types/
Dts_manager.h346 void AddArrayTSElements(panda_file::File::EntityId id, JSHandle<TaggedArray> &elements);
Dts_manager.cpp752 void TSManager::AddArrayTSElements(panda_file::File::EntityId id, JSHandle<TaggedArray> &elements) in AddArrayTSElements() function in panda::ecmascript::TSManager