Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp395 JSObject::ElementsToDictionary(thread_, receiver); in TransitionForAttributeChanged()
703 JSObject::ElementsToDictionary(thread_, JSHandle<JSObject>(holder_)); in DeleteElementInHolder()
Djs_array.cpp223 JSObject::ElementsToDictionary(thread, array); in SetCapacity()
Djs_object.h645 static void ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj);
Djs_object.cpp199 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary() function in panda::ecmascript::JSObject
270 JSObject::ElementsToDictionary(thread, receiver); in AddElementInternal()