Home
last modified time | relevance | path

Searched refs:SetIsDictionaryElement (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_hclass.cpp210 obj->GetJSHClass()->SetIsDictionaryElement(true); in TransitionElementsToDictionary()
Djs_hclass.h1506 inline void SetIsDictionaryElement(bool value) in SetIsDictionaryElement() function
/arkcompiler/ets_runtime/ecmascript/tests/
Dobject_operator_test.cpp996 handleGlobalObject->GetClass()->SetIsDictionaryElement(true); in HWTEST_F_L0()