Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/tests/
Djs_hclass_test.cpp139 HWTEST_F_L0(JSHClassTest, TransitionElementsToDictionary) in HWTEST_F_L0() argument
162 JSHClass::TransitionElementsToDictionary(thread, jsObject); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.h440 … static void TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj);
Djs_hclass.cpp255 void JSHClass::TransitionElementsToDictionary(const JSThread *thread, const JSHandle<JSObject> &obj) in TransitionElementsToDictionary() function in panda::ecmascript::JSHClass
Djs_object.cpp247 JSHClass::TransitionElementsToDictionary(thread, obj); in ElementsToDictionary()