Home
last modified time | relevance | path

Searched defs:dictHandle (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Dtagged_dictionary_test.cpp87 JSMutableHandle<NameDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local
132 JSHandle<NameDictionary> dictHandle(NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local
163 … JSMutableHandle<NameDictionary> dictHandle(thread, NameDictionary::Create(thread, numOfElement)); in HWTEST_F_L0() local
221 JSMutableHandle<NumberDictionary> dictHandle(thread, dictJShandle); in HWTEST_F_L0() local
264 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local
296 JSHandle<NumberDictionary> dictHandle = NumberDictionary::Create(thread, numOfElement); in HWTEST_F_L0() local
322 …JSMutableHandle<NumberDictionary> dictHandle(thread, NumberDictionary::Create(thread, numOfElement… in HWTEST_F_L0() local
Dlinked_hash_table_test.cpp84 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
162 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
225 JSHandle<LinkedHashMap> dictHandle = LinkedHashMap::Create(thread, numOfElement); in HWTEST_F_L0() local
Dglobal_dictionary_test.cpp225 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local
266 JSMutableHandle<GlobalDictionary> dictHandle(thread, handleDict); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Dglobal_dictionary-inl.h191 …alDictionary::InvalidatePropertyBox(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle in InvalidatePropertyBox()
205 …ctionary::InvalidateAndReplaceEntry(JSThread *thread, const JSHandle<GlobalDictionary> &dictHandle, in InvalidateAndReplaceEntry()
Dobject_operator.cpp409 JSHandle<GlobalDictionary> dictHandle(thread_, receiver->GetProperties()); in TransitionForAttributeChanged() local
705 JSHandle<NumberDictionary> dictHandle(thread_, elements); in DeleteElementInHolder() local
Djs_array.cpp189 JSHandle<NumberDictionary> dictHandle(thread, element); in SetCapacity() local
Djs_object.cpp290 JSHandle<GlobalDictionary> dictHandle(thread, obj->GetProperties()); in DeletePropertyInternal() local
303 JSHandle<NameDictionary> dictHandle(TransitionToDictionary(thread, obj)); in DeletePropertyInternal() local
311 JSHandle<NameDictionary> dictHandle(array); in DeletePropertyInternal() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp250 JSHandle<NameDictionary> dictHandle(JSObject::TransitionToDictionary(thread, objHandle)); in DEF_RUNTIME_STUBS() local
254 …JSHandle<NameDictionary> dictHandle(thread, JSTaggedValue(reinterpret_cast<TaggedObject *>(array))… in DEF_RUNTIME_STUBS() local