Home
last modified time | relevance | path

Searched refs:ElementsToDictionary (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp586 JSObject::ElementsToDictionary(thread_, receiver); in TransitionForAttributeChanged()
880 JSObject::ElementsToDictionary(thread_, JSHandle<JSObject>(holder_)); in DeleteElementInHolder()
Djs_array.cpp240 JSObject::ElementsToDictionary(thread, array); in SetCapacity()
Djs_object.h739 static void ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj);
Djs_object.cpp223 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary() function in panda::ecmascript::JSObject
385 JSObject::ElementsToDictionary(thread, receiver); in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp330 JSObject::ElementsToDictionary(thread, objHandle); in DEF_RUNTIME_STUBS()