Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp604 JSObject::ElementsToDictionary(thread_, receiver); in TransitionForAttributeChanged()
934 JSObject::ElementsToDictionary(thread_, JSHandle<JSObject>(holder_)); in DeleteElementInHolder()
Djs_array.cpp247 JSObject::ElementsToDictionary(thread, array); in SetCapacity()
Djs_object.h766 static void ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj);
Djs_object.cpp221 void JSObject::ElementsToDictionary(const JSThread *thread, JSHandle<JSObject> obj) in ElementsToDictionary() function in panda::ecmascript::JSObject
434 JSObject::ElementsToDictionary(thread, receiver); in AddElementInternal()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_ark_tools.cpp1235 JSObject::ElementsToDictionary(thread, obj); in NormalizeElements()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp428 JSObject::ElementsToDictionary(thread, objHandle); in DEF_RUNTIME_STUBS()